Ignore:
Timestamp:
Apr 29, 2008, 12:27:10 PM (16 years ago)
Author:
dai_9181
Message:

Symbolクラスをab_commonプロジェクトに移動した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Procedure.cpp

    r507 r509  
    1010#include "../../compiler_x86/opcode.h"
    1111#endif
     12
     13using namespace ActiveBasic::Compiler;
    1214
    1315
     
    695697    while(pUserProc){
    696698        if( pUserProc->IsGlobalProcedure() ){
    697             if( pUserProc->IsEqualSymbol( localName ) ){
     699            if( pUserProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( localName ) ) ){
    698700                subs.push_back( pUserProc );
    699701            }
Note: See TracChangeset for help on using the changeset viewer.