Changeset 641 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Jun 15, 2008, 11:59:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/CodeGenerator.h
r637 r641 241 241 } 242 242 243 void NextSourceLine( const SourceCodePosition &sourceCodePosition )244 { 245 pNativeCode->NextSourceLine( sourceCodePosition );243 void NextSourceLine( const SourceCodePosition &sourceCodePosition, bool isInSystemProc ) 244 { 245 pNativeCode->NextSourceLine( sourceCodePosition, isInSystemProc ); 246 246 } 247 247
Note:
See TracChangeset
for help on using the changeset viewer.