Ignore:
Timestamp:
Jul 26, 2008, 8:30:56 PM (16 years ago)
Author:
dai_9181
Message:
  • #182への対応。シンボル名として使えない文字列を含んだファイル名のビルドができない不具合を修正。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalAnalyzer_Procedure.cpp

    r708 r710  
    10271027    compiler.GetNamespaceSupporter().ClearImportedNamespaces();
    10281028
    1029     compiler.globalAreaProcName = "_GlobalArea_" + compiler.GetModuleName();
    1030     sprintf(temporary,"%c%c%s()",1,ESC_SUB,compiler.globalAreaProcName.c_str());
     1029    sprintf(temporary,"%c%c%s()",1,ESC_SUB,compiler.GetGlobalAreaProcName().c_str());
    10311030    UserProc *pUserProc = ParseUserProc( namespaceScopes, compiler.GetNamespaceSupporter().GetImportedNamespaces(), temporary, 0, false, NULL, false );
    10321031
Note: See TracChangeset for help on using the changeset viewer.