Changeset 116 in dev for BasicCompiler_Common/ParamImpl.cpp
- Timestamp:
- May 12, 2007, 4:34:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/ParamImpl.cpp
r111 r116 284 284 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 285 285 286 if(ParmsNum>(int)params.size() ){286 if(ParmsNum>(int)params.size() && params.size() != 0){ 287 287 if(params[params.size()-1]->GetBasicType()!=DEF_ELLIPSE){ 288 288 //パラメータが多すぎるとき
Note:
See TracChangeset
for help on using the changeset viewer.