Ignore:
Timestamp:
Jun 26, 2008, 8:55:02 PM (16 years ago)
Author:
dai_9181
Message:

不正なByValに対するエラーメッセージが正確に表示されなくなるバグを修正

File:
1 edited

Legend:

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

    r638 r664  
    10011001                if( PTR_LEVEL( type_stack[sp-1] ) <= 0 ){
    10021002                    //ポインタ型ではないとき
    1003                     compiler.errorMessenger.Output( 3, NULL, cp );
     1003                    compiler.errorMessenger.Output( 1, NULL, cp );
    10041004                    goto error;
    10051005                }
Note: See TracChangeset for help on using the changeset viewer.