Ignore:
Timestamp:
Feb 13, 2011, 4:10:19 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

実行時で落っこちるところ(2ヶ所)を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp

    r750 r809  
    353353const std::string Compiler::TypeToString( const Type &type )
    354354{
    355     if( PTR_LEVEL( type.GetBasicType() ) ){
     355    if(type.GetBasicType() != DEF_NON && PTR_LEVEL( type.GetBasicType() ) ){
    356356        //ポインタレベルが1以上の場合
    357357        Type tempType( type );
Note: See TracChangeset for help on using the changeset viewer.