Changeset 102 in dev for BasicCompiler64


Ignore:
Timestamp:
Apr 29, 2007, 2:34:04 AM (17 years ago)
Author:
dai_9181
Message:

名前空間機能をクラスに適用。

Location:
BasicCompiler64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_CallProc.cpp

    r97 r102  
    132132                pobj_c = &varType.GetClass();
    133133                if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){
    134                     pobj_c=pobj_DBClass->check(ObjectName);
     134                    pobj_c=pobj_DBClass->Find(ObjectName);
    135135                    if( pobj_c ){
    136136                        isStatic = true;
  • BasicCompiler64/NumOpe.cpp

    r97 r102  
    280280
    281281    if( pIsClassName ){
    282         if( pobj_DBClass->check( termFull ) ){
     282        if( pobj_DBClass->Find( termFull ) ){
    283283            *pIsClassName = true;
    284284            return true;
Note: See TracChangeset for help on using the changeset viewer.