Ignore:
Timestamp:
Mar 23, 2008, 10:38:38 AM (16 years ago)
Author:
dai_9181
Message:

・Compiler::IsDebugメソッドを導入した(bDebugCompileグローバル変数は廃止)。
・bStrictグローバル変数は意味を成さないので廃止した。

File:
1 edited

Legend:

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

    r438 r459  
    442442
    443443        case COM_DEBUG:
    444             extern BOOL bDebugCompile;
    445444            //int 3
    446             if(bDebugCompile)
     445            if( compiler.IsDebug() )
    447446            {
    448447                breakpoint;
Note: See TracChangeset for help on using the changeset viewer.