Changeset 88 in dev for BasicCompiler64
- Timestamp:
- Apr 2, 2007, 12:10:02 AM (18 years ago)
- Location:
- BasicCompiler64
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/BasicCompiler.vcproj
r87 r88 469 469 > 470 470 <File 471 RelativePath="..\BasicCompiler_Common\include\ House.h"471 RelativePath="..\BasicCompiler_Common\include\Smoothie.h" 472 472 > 473 473 </File> … … 1541 1541 > 1542 1542 <File 1543 RelativePath="..\BasicCompiler_Common\src\ House.cpp"1543 RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp" 1544 1544 > 1545 1545 </File> -
BasicCompiler64/Compile_Func.cpp
r87 r88 102 102 103 103 //オーバーロードを解決 104 pUserProc=OverloadSolution(name,subs, House::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );104 pUserProc=OverloadSolution(name,subs,Smoothie::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() ); 105 105 106 106 if(!pUserProc){ -
BasicCompiler64/Compile_Statement.cpp
r76 r88 198 198 199 199 200 extern char *basbuf;201 200 if(i2==ESC_ELSE){ 202 201 //jmp (endifまで) -
BasicCompiler64/MakePeHdr.cpp
r87 r88 137 137 138 138 //関数ポインタ情報を初期化 139 House::Meta::procPointers.clear();139 Smoothie::Meta::procPointers.clear(); 140 140 141 141 //クラス名を取得(詳細情報はGetAllClassInfoで取得) … … 146 146 147 147 //TypeDef情報を初期化 148 House::Meta::typeDefs.Init();148 Smoothie::Meta::typeDefs.Init(); 149 149 150 150 //定数情報を取得
Note:
See TracChangeset
for help on using the changeset viewer.