Changeset 459 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Mar 23, 2008, 10:38:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
r438 r459 442 442 443 443 case COM_DEBUG: 444 extern BOOL bDebugCompile;445 444 //int 3 446 if( bDebugCompile)445 if( compiler.IsDebug() ) 447 446 { 448 447 breakpoint;
Note:
See TracChangeset
for help on using the changeset viewer.