Changeset 88 in dev for BasicCompiler32


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

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

Location:
BasicCompiler32
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/BasicCompiler.vcproj

    r87 r88  
    18511851                >
    18521852                <File
    1853                     RelativePath="..\BasicCompiler_Common\src\House.cpp"
     1853                    RelativePath="..\BasicCompiler_Common\src\Smoothie.cpp"
    18541854                    >
    18551855                </File>
     
    19561956                >
    19571957                <File
    1958                     RelativePath="..\BasicCompiler_Common\include\House.h"
     1958                    RelativePath="..\BasicCompiler_Common\include\Smoothie.h"
    19591959                    >
    19601960                </File>
  • BasicCompiler32/Compile_Func.cpp

    r87 r88  
    254254
    255255        //オーバーロードを解決
    256         pUserProc=OverloadSolution(name,subs,House::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );
     256        pUserProc=OverloadSolution(name,subs,Smoothie::Meta::procPointers[ProcPtr_BaseIndex]->Params(), Type() );
    257257
    258258        if(!pUserProc){
  • BasicCompiler32/Compile_Statement.cpp

    r76 r88  
    287287    if(i3==-1) return;
    288288
    289     extern char *basbuf;
    290289    if(i2==ESC_ELSE){
    291290        //jmp (endifまで)
  • BasicCompiler32/MakePeHdr.cpp

    r87 r88  
    152152
    153153    //関数ポインタ情報を初期化
    154     House::Meta::procPointers.clear();
     154    Smoothie::Meta::procPointers.clear();
    155155
    156156    //クラス名を取得(詳細情報はGetAllClassInfoで取得)
     
    161161
    162162    //TypeDef情報を初期化
    163     House::Meta::typeDefs.Init();
     163    Smoothie::Meta::typeDefs.Init();
    164164
    165165    //定数情報を取得
Note: See TracChangeset for help on using the changeset viewer.