Changeset 88 in dev for BasicCompiler32
- Timestamp:
- Apr 2, 2007, 12:10:02 AM (18 years ago)
- Location:
- BasicCompiler32
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/BasicCompiler.vcproj
r87 r88 1851 1851 > 1852 1852 <File 1853 RelativePath="..\BasicCompiler_Common\src\ House.cpp"1853 RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp" 1854 1854 > 1855 1855 </File> … … 1956 1956 > 1957 1957 <File 1958 RelativePath="..\BasicCompiler_Common\include\ House.h"1958 RelativePath="..\BasicCompiler_Common\include\Smoothie.h" 1959 1959 > 1960 1960 </File> -
BasicCompiler32/Compile_Func.cpp
r87 r88 254 254 255 255 //オーバーロードを解決 256 pUserProc=OverloadSolution(name,subs, House::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );256 pUserProc=OverloadSolution(name,subs,Smoothie::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() ); 257 257 258 258 if(!pUserProc){ -
BasicCompiler32/Compile_Statement.cpp
r76 r88 287 287 if(i3==-1) return; 288 288 289 extern char *basbuf;290 289 if(i2==ESC_ELSE){ 291 290 //jmp (endifまで) -
BasicCompiler32/MakePeHdr.cpp
r87 r88 152 152 153 153 //関数ポインタ情報を初期化 154 House::Meta::procPointers.clear();154 Smoothie::Meta::procPointers.clear(); 155 155 156 156 //クラス名を取得(詳細情報はGetAllClassInfoで取得) … … 161 161 162 162 //TypeDef情報を初期化 163 House::Meta::typeDefs.Init();163 Smoothie::Meta::typeDefs.Init(); 164 164 165 165 //定数情報を取得
Note:
See TracChangeset
for help on using the changeset viewer.