Changeset 597 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 10, 2008, 7:42:22 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/CodeGenerator.h
r551 r597 243 243 void NextSourceLine( int currentSourceIndex ) 244 244 { 245 pNativeCode->NextSourceLine( currentSourceIndex ); 245 extern int cp; 246 pNativeCode->NextSourceLine( currentSourceIndex, cp ); 246 247 } 247 248 -
trunk/ab5.0/abdev/BasicCompiler_Common/include/NativeCode.h
r551 r597 254 254 return sourceLines; 255 255 } 256 void NextSourceLine( int currentSourceIndex );256 void NextSourceLine( int currentSourceIndex, int nowLine ); 257 257 258 258 void ResetDataSectionBaseOffset( long dataSectionBaseOffset );
Note:
See TracChangeset
for help on using the changeset viewer.