Changeset 89 in dev for BasicCompiler32/Compile_Var.cpp


Ignore:
Timestamp:
Apr 4, 2007, 2:03:09 AM (17 years ago)
Author:
dai_9181
Message:

実行時型情報の生成に対応。
関数の戻り値の型に抽象クラスを指定できるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_Var.cpp

    r79 r89  
    12191219    }
    12201220
     1221    /*
     1222    TODO: 消す
     1223    変数は抽象クラスでもOK
    12211224    if( type.IsObject() ){
    12221225        if( type.GetClass().IsAbstract() ){
     
    12251228        }
    12261229    }
     1230    */
    12271231}
    12281232
Note: See TracChangeset for help on using the changeset viewer.