Changeset 102 in dev for BasicCompiler32
- Timestamp:
 - Apr 29, 2007, 2:34:04 AM (19 years ago)
 - Location:
 - BasicCompiler32
 - Files:
 - 
      
- 2 edited
 
- 
          
  Compile_CallProc.cpp (modified) (1 diff)
 - 
          
  NumOpe.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BasicCompiler32/Compile_CallProc.cpp
r97 r102 127 127 pobj_c = &varType.GetClass(); 128 128 if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){ 129 pobj_c=pobj_DBClass-> check(ObjectName);129 pobj_c=pobj_DBClass->Find(ObjectName); 130 130 if( pobj_c ){ 131 131 isStatic = true;  - 
      
BasicCompiler32/NumOpe.cpp
r97 r102 279 279 280 280 if( pIsClassName ){ 281 if( pobj_DBClass-> check( termFull ) ){281 if( pobj_DBClass->Find( termFull ) ){ 282 282 *pIsClassName = true; 283 283 return true;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  