Ignore:
Timestamp:
Oct 17, 2007, 3:31:20 AM (17 years ago)
Author:
dai_9181
Message:

インターフェイスメソッドはオーバーライド対象外とした

File:
1 edited

Legend:

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

    r342 r351  
    216216    if(num==300) lstrcpy(msg,"内部エラー");
    217217
     218    // ベースライブラリ不整合
     219    if( num == 400 )    sprintf( msg, "\"%s\" が存在しません。標準ライブラリの内容が古い可能性があります。", tempKeyWord );
     220
    218221#else
    219222    ////////////////////
Note: See TracChangeset for help on using the changeset viewer.