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/Intermediate_Step1.cpp

    r294 r322  
    674674                        temporary[i2]=ESC_DEF;
    675675                    }
     676                    else if( lstrcmpi(temporary+i3,"Delegate")==0 )
     677                    {
     678                        i2=i3;
     679                        temporary[i2++]=1;
     680                        temporary[i2]=ESC_DELEGATE;
     681                    }
    676682                    break;
    677683                case 'e':
Note: See TracChangeset for help on using the changeset viewer.