Changeset 357 in dev for trunk/abdev/BasicCompiler_Common/Intermediate_Step1.cpp
- Timestamp:
- Nov 5, 2007, 3:26:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Intermediate_Step1.cpp
r355 r357 492 492 case 't': 493 493 case 'T': 494 if(lstrcmpi(temp2,"Type")==0) sw1=1; 494 if(lstrcmpi(temp2,"Try")==0) sw1=1; 495 else if(lstrcmpi(temp2,"Type")==0) sw1=1; 495 496 break; 496 497 case 'w':
Note:
See TracChangeset
for help on using the changeset viewer.