Ignore:
Timestamp:
May 10, 2008, 8:16:16 PM (16 years ago)
Author:
dai_9181
Message:

SplitMemberNameの依存関係を排除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/Compile_CallProc.cpp

    r584 r598  
    140140                if( !pobj_c )
    141141                {
    142                     pobj_c = compiler.GetObjectModule().meta.FindClassSupportedTypeDef( ObjectName );
     142                    pobj_c = compiler.GetObjectModule().meta.FindClassSupportedTypeDef(
     143                        LexicalAnalyzer::FullNameToSymbol( ObjectName )
     144                    );
    143145                    if( pobj_c ){
    144146                        isStatic = true;
Note: See TracChangeset for help on using the changeset viewer.