Changeset 380 in dev for trunk/abdev/ProjectEditor/SubOperation.cpp
- Timestamp:
- Dec 18, 2007, 2:51:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/SubOperation.cpp
r364 r380 512 512 if(lstrcmpi(str,"Finally")==0) return -1; 513 513 if(lstrcmpi(str,"For")==0) return COM_FOR; 514 if(lstrcmpi(str,"Foreach")==0) return -1; 514 515 if(lstrcmpi(str,"Function")==0) return COM_FUNCTION; 515 516 }
Note:
See TracChangeset
for help on using the changeset viewer.