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/hash.cpp

    r485 r509  
    1010#include "../compiler_x86/opcode.h"
    1111#endif
     12
     13using namespace ActiveBasic::Compiler;
    1214
    1315int hash_default(const char *name){
     
    3335    DllProc *pDllProc = compiler.GetObjectModule().meta.GetDllProcs().GetHashArrayElement( simpleName );
    3436    while(pDllProc){
    35         if( pDllProc->IsEqualSymbol( fullName ) ){
     37        if( pDllProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( fullName ) ) ){
    3638            return pDllProc;
    3739        }
Note: See TracChangeset for help on using the changeset viewer.