Ignore:
Timestamp:
Feb 25, 2008, 2:51:18 PM (16 years ago)
Author:
dai_9181
Message:

SmootheException::Throw → SetError
末尾以外のパラメータにデフォルト値を指定するとエラーになってしまうバグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/TypeDef.cpp

    r395 r397  
    130130    //識別子が重複している場合はエラーにする
    131131    if(lstrcmp(temporary,pTemp)==0){
    132         SmoothieException::Throw(1,NULL,nowLine);
     132        SetError(1,NULL,nowLine);
    133133        return;
    134134    }
Note: See TracChangeset for help on using the changeset viewer.