Changeset 69 in dev for BasicCompiler32/NumOpe.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/NumOpe.cpp
r68 r69 205 205 type[sp]=DEF_OBJECT; 206 206 index_stack[sp]=(LONG_PTR)pobj_StringClass; 207 bUseHeap[sp]=1;208 207 bLiteralCalculation=0; 209 208 … … 214 213 215 214 216 type[sp]= DEF_PTR_CHAR;215 type[sp]=typeOfPtrChar; 217 216 index_stack[sp]=LITERAL_STRING; 218 217 bLiteralCalculation=0;
Note:
See TracChangeset
for help on using the changeset viewer.