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/BasicCompiler_Common/NumOpe_GetType.cpp

    r579 r598  
    55#include "common.h"
    66
     7using namespace ActiveBasic::Compiler;
    78
    89int MakeWholeType(int size,int bSigned){
     
    468469    if( pIsClassName )
    469470    {
    470         if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( termFull ) )
     471        if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( LexicalAnalyzer::FullNameToSymbol( termFull ) ) )
    471472        {
    472473            *pIsClassName = true;
Note: See TracChangeset for help on using the changeset viewer.