Changeset 69 in dev for BasicCompiler_Common/calculation.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/calculation.cpp
r64 r69 524 524 StrPtr[pnum][i2]=0; 525 525 526 type[pnum]= DEF_PTR_CHAR;526 type[pnum]=typeOfPtrChar; 527 527 before_index[pnum]=LITERAL_STRING; 528 528 } … … 538 538 StrPtr[pnum][i2]=0; 539 539 540 type[pnum]= DEF_PTR_CHAR;540 type[pnum]=typeOfPtrChar; 541 541 before_index[pnum]=LITERAL_STRING; 542 542 }
Note:
See TracChangeset
for help on using the changeset viewer.