Ignore:
Timestamp:
Sep 24, 2007, 2:58:10 PM (17 years ago)
Author:
dai_9181
Message:

コンパイラ組み込みテンプレートエンジンを実装。
静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Compile.cpp

    r299 r322  
    181181                    // ローカル領域をコンパイルしているとき
    182182                    SetError(65,"TypeDef",cp );
     183                }
     184
     185                //既に収集済み
     186                break;
     187
     188            case ESC_DELEGATE:
     189                if( UserProc::IsLocalAreaCompiling() ){
     190                    // ローカル領域をコンパイルしているとき
     191                    SetError(65,"Delegate",cp );
    183192                }
    184193
Note: See TracChangeset for help on using the changeset viewer.