Ignore:
Timestamp:
May 5, 2008, 12:53:13 AM (16 years ago)
Author:
dai_9181
Message:

LexicalAnalyzerクラスでBasicSourceクラスを使用しないようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r547 r552  
    163163    {
    164164        ActiveBasic::Compiler::LexicalAnalyzer::CollectDelegates(
    165             compiler.GetObjectModule().GetCurrentSource(),
     165            compiler.GetObjectModule().GetCurrentSource().GetBuffer(),
    166166            compiler.GetObjectModule().meta.GetDelegates()
    167167        );
     
    208208    compiler.SetCompilingClass( NULL );
    209209    ActiveBasic::Compiler::LexicalAnalyzer::CollectProcedures(
    210         compiler.GetObjectModule().GetCurrentSource(),
     210        compiler.GetObjectModule().GetCurrentSource().GetBuffer(),
    211211        compiler.GetObjectModule().meta.GetUserProcs(),
    212212        compiler.GetObjectModule().meta.GetDllProcs()
Note: See TracChangeset for help on using the changeset viewer.