Changeset 97 in dev for BasicCompiler_Common/OldStatement.cpp
- Timestamp:
- Apr 16, 2007, 3:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/OldStatement.cpp
r76 r97 103 103 else if(varType.IsObject()){ 104 104 varType.SetBasicType( DEF_OBJECT ); 105 if( varType.IsString Object() ){105 if( varType.IsStringClass() ){ 106 106 varType.SetBasicType( DEF_STRING ); 107 107 }
Note:
See TracChangeset
for help on using the changeset viewer.