Ignore:
Timestamp:
Jun 11, 2008, 10:10:26 PM (16 years ago)
Author:
dai_9181
Message:

リンカの依存関係解決モジュールを製作中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/CodeGenerator.h

    r597 r637  
    241241    }
    242242
    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 );
    247246    }
    248247
Note: See TracChangeset for help on using the changeset viewer.