Ignore:
Timestamp:
May 5, 2008, 2:23:49 AM (16 years ago)
Author:
dai_9181
Message:

BasicSource::DirectiveIncludeOrRequire内で発生したエラーのエラー出力を呼び出し元で行うようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/MakeExe.cpp

    r554 r555  
    7777        goto EndCompile;
    7878    }
     79    if( !compiler.GetObjectModule().GetCurrentSource().cannotIncludePath.empty() )
     80    {
     81        compiler.errorMessenger.Output(
     82            35,
     83            compiler.GetObjectModule().GetCurrentSource().cannotIncludePath,
     84            compiler.GetObjectModule().GetCurrentSource().cannotIncludeSourcePos
     85        );
     86        goto EndCompile;
     87    }
    7988
    8089    //イメージベースの設定
Note: See TracChangeset for help on using the changeset viewer.