Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Intermediate_Step1.cpp
- Timestamp:
- Mar 23, 2008, 11:35:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Intermediate_Step1.cpp
r459 r461 1 1 #include "stdafx.h" 2 3 #include <jenga/include/smoothie/Smoothie.h>4 2 5 3 #include <Compiler.h> … … 314 312 } 315 313 SlideString(basbuf+i2,i-i2); 316 }317 else if( lstrcmpi( temporary, "_fullcompile" ) == 0 ){318 // すべての関数・メソッドをコンパイルする(デバッグ用)319 for(;;i2++){320 if(basbuf[i2]=='\n'||basbuf[i2]=='\0') break;321 }322 SlideString(basbuf+i2,i-i2);323 324 Smoothie::isFullCompile = true;325 314 } 326 315 else if(lstrcmpi(temporary,"resource")==0){
Note:
See TracChangeset
for help on using the changeset viewer.