Changeset 67 in dev for BasicCompiler_Common/Intermediate_Step1.cpp
- Timestamp:
- Mar 11, 2007, 3:25:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step1.cpp
r64 r67 872 872 case 'n': 873 873 case 'N': 874 if(lstrcmpi(temporary+i3,"Not")==0){ 874 if(lstrcmpi(temporary+i3,"New")==0){ 875 i2=i3; 876 temporary[i2++]=1; 877 temporary[i2]=ESC_NEW; 878 } 879 else if(lstrcmpi(temporary+i3,"Not")==0){ 875 880 i2=i3; 876 881 temporary[i2++]=1; 877 882 temporary[i2]=ESC_NOT; 878 }879 else if(lstrcmpi(temporary+i3,"New")==0){880 i2=i3;881 temporary[i2++]=1;882 temporary[i2]=ESC_NEW;883 883 } 884 884 break;
Note:
See TracChangeset
for help on using the changeset viewer.