Changeset 637 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Jun 11, 2008, 10:10:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/CodeGenerator.h
r597 r637 241 241 } 242 242 243 void NextSourceLine( int currentSourceIndex ) 244 { 245 extern int cp; 246 pNativeCode->NextSourceLine( currentSourceIndex, cp ); 243 void NextSourceLine( const SourceCodePosition &sourceCodePosition ) 244 { 245 pNativeCode->NextSourceLine( sourceCodePosition ); 247 246 } 248 247
Note:
See TracChangeset
for help on using the changeset viewer.