Changeset 88 in dev for BasicCompiler64


Ignore:
Timestamp:
Apr 2, 2007, 12:10:02 AM (17 years ago)
Author:
dai_9181
Message:

House→Smoothie
Sourceクラスを用意した。

Location:
BasicCompiler64
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/BasicCompiler.vcproj

    r87 r88  
    469469                >
    470470                <File
    471                     RelativePath="..\BasicCompiler_Common\include\House.h"
     471                    RelativePath="..\BasicCompiler_Common\include\Smoothie.h"
    472472                    >
    473473                </File>
     
    15411541                >
    15421542                <File
    1543                     RelativePath="..\BasicCompiler_Common\src\House.cpp"
     1543                    RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp"
    15441544                    >
    15451545                </File>
  • BasicCompiler64/Compile_Func.cpp

    r87 r88  
    102102
    103103        //オーバーロードを解決
    104         pUserProc=OverloadSolution(name,subs,House::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );
     104        pUserProc=OverloadSolution(name,subs,Smoothie::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );
    105105
    106106        if(!pUserProc){
  • BasicCompiler64/Compile_Statement.cpp

    r76 r88  
    198198
    199199
    200     extern char *basbuf;
    201200    if(i2==ESC_ELSE){
    202201        //jmp (endifまで)
  • BasicCompiler64/MakePeHdr.cpp

    r87 r88  
    137137
    138138    //関数ポインタ情報を初期化
    139     House::Meta::procPointers.clear();
     139    Smoothie::Meta::procPointers.clear();
    140140
    141141    //クラス名を取得(詳細情報はGetAllClassInfoで取得)
     
    146146
    147147    //TypeDef情報を初期化
    148     House::Meta::typeDefs.Init();
     148    Smoothie::Meta::typeDefs.Init();
    149149
    150150    //定数情報を取得
Note: See TracChangeset for help on using the changeset viewer.