Changeset 641 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Jun 15, 2008, 11:59:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
r637 r641 747 747 } 748 748 749 compiler.codeGenerator.NextSourceLine( SourceCodePosition( compiler.GetCurrentRelationalObjectModuleIndexForSource(), cp ) ); 749 if( basbuf[cp] != '\0' ) 750 { 751 compiler.codeGenerator.NextSourceLine( 752 SourceCodePosition( compiler.GetCurrentRelationalObjectModuleIndexForSource(), cp ), 753 compiler.GetCompilingUserProc().IsSystem() 754 ); 755 } 750 756 751 757 if(Command[0]==1){
Note:
See TracChangeset
for help on using the changeset viewer.