Changeset 598 in dev for trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp
- Timestamp:
- May 10, 2008, 8:16:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/NumOpe.cpp
r592 r598 5 5 #include "../BasicCompiler_Common/common.h" 6 6 #include "Opcode.h" 7 8 using namespace ActiveBasic::Compiler; 7 9 8 10 void NewStringObject(int reg, const char *str){ … … 426 428 427 429 if( pIsClassName ){ 428 if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( termFull) ){430 if( compiler.GetObjectModule().meta.FindClassSupportedTypeDef( LexicalAnalyzer::FullNameToSymbol( termFull ) ) ){ 429 431 *pIsClassName = true; 430 432 return true;
Note:
See TracChangeset
for help on using the changeset viewer.