Ignore:
Timestamp:
Jan 6, 2008, 2:05:51 PM (16 years ago)
Author:
dai_9181
Message:

解釈不可能なステートメントでコンパイルエラーにならなくなっていたので修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Statement.cpp

    r381 r386  
    115115            FreeTempObject(REG_EBX,&resultType.GetClass());
    116116        }
    117     }
     117
     118        return;
     119    }
     120
     121    // どこにも当てはまらなかったため、失敗
     122    SetError(1,NULL,cp);
    118123}
    119124
Note: See TracChangeset for help on using the changeset viewer.