Changeset 79 in dev for BasicCompiler_Common/Intermediate_Step1.cpp
- Timestamp:
- Mar 25, 2007, 5:58:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Intermediate_Step1.cpp
r67 r79 328 328 329 329 extern BOOL bStrict; 330 bStrict= 0;330 bStrict=1; 331 331 332 332 for(i=0;;i++){ … … 351 351 else if(lstrcmpi(temporary,"strict")==0){ 352 352 //#strict 353 //旧機能なので、無視 353 354 for(;;i2++){ 354 355 if(basbuf[i2]=='\n'||basbuf[i2]=='\0') break; 355 356 } 356 357 SlideString(basbuf+i2,i-i2); 357 358 //型チェックを厳密に行う359 bStrict=1;360 358 } 361 359 else if(lstrcmpi(temporary,"struct")==0){
Note:
See TracChangeset
for help on using the changeset viewer.