Changeset 372 in dev for trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
- Timestamp:
- Nov 23, 2007, 1:44:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp
r361 r372 451 451 ComNum=COM_FOR; 452 452 } 453 else if(lstrcmpi(com,"Foreach")==0){ 454 KillSpaces(Command+i,pam); 455 ComNum=COM_FOREACH; 456 } 453 457 else if(lstrcmpi(com,"Next")==0){ 454 458 KillSpaces(Command+i,pam);
Note:
See TracChangeset
for help on using the changeset viewer.