Changeset 107 in dev for BasicCompiler_Common/Intermediate_Step1.cpp
- Timestamp:
- May 6, 2007, 3:17:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step1.cpp
r99 r107 447 447 448 448 switch(temporary[i3]){ 449 case '_': 450 if(lstrcmpi(temporary+i3,"_ClearNamespaceImported")==0){ 451 i2=i3; 452 temporary[i2++]=1; 453 temporary[i2]=ESC_CLEARNAMESPACEIMPORTED; 454 } 455 break; 449 456 case 'a': 450 457 case 'A': … … 755 762 temporary[i2++]=1; 756 763 temporary[i2]=ESC_IF; 764 } 765 else if(lstrcmpi(temporary+i3,"Imports")==0){ 766 i2=i3; 767 temporary[i2++]=1; 768 temporary[i2]=ESC_IMPORTS; 757 769 } 758 770 else if(lstrcmpi(temporary+i3,"Inherits")==0){
Note:
See TracChangeset
for help on using the changeset viewer.