Changeset 488 in dev


Ignore:
Timestamp:
Apr 10, 2008, 2:29:34 AM (16 years ago)
Author:
dai_9181
Message:

エラー情報のファイル名をフルパスに変更した。

Location:
trunk/ab5.0/abdev
Files:
2 edited

Legend:

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

    r480 r488  
    343343    {
    344344        char temporary[1024];
    345         sprintf( temporary, "%s(%d) - %s",
    346             Jenga::Common::Path( sourceFilePath ).GetFileName().c_str(),
     345        sprintf( temporary, "%s(%d) : %s",
     346            sourceFilePath.c_str(),
    347347            sourceLineNum,
    348348            GetMessageString().c_str()
  • trunk/ab5.0/abdev/compiler_x86/NumOpe.cpp

    r465 r488  
    629629    if( isProcedureCallOnly )
    630630    {
    631         compiler.errorMessenger.Output(3, termLeft, cp );
     631        compiler.errorMessenger.Output(3, termFull, cp );
    632632    }
    633633
Note: See TracChangeset for help on using the changeset viewer.