Changeset 381 in dev for trunk/abdev/ProjectEditor/SubOperation.cpp
- Timestamp:
- Dec 19, 2007, 3:31:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/SubOperation.cpp
r380 r381 524 524 if(lstrcmpi(str,"Imports")==0) return -1; 525 525 if(lstrcmpi(str,"Implements")==0) return -1; 526 if(lstrcmpi(str,"In")==0) return -1; 526 527 if(lstrcmpi(str,"Inherits")==0) return COM_INHERITS; 527 528 if(lstrcmpi(str,"Input")==0) return COM_INPUT; … … 580 581 if(lstrcmpi(str,"Sleep")==0) return COM_SLEEP; 581 582 if(lstrcmp(str,"Static")==0) return -1; 583 if(lstrcmpi(str,"Step")==0) return -1; 582 584 if(lstrcmp(str,"String")==0) return -1; 583 585 if(lstrcmpi(str,"Sub")==0) return COM_SUB; … … 588 590 if(lstrcmpi(str,"This")==0) return -1; 589 591 if(lstrcmpi(str,"Throw")==0) return -1; 592 if(lstrcmpi(str,"To")==0) return -1; 590 593 if(lstrcmp(str,"True")==0) return -1; 591 594 if(lstrcmp(str,"Try")==0) return COM_TRY;
Note:
See TracChangeset
for help on using the changeset viewer.