Changeset 120 in dev for BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- May 13, 2007, 8:50:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Subroutine.cpp
r113 r120 622 622 //重複エラーチェックを行う 623 623 if( pUserProc->IsEqualSymbol( *psi2 ) ){ 624 if( Parameter::Equals( psi2->Params(),pUserProc->Params() ) ){624 if( psi2->Params().Equals( pUserProc->Params() ) ){ 625 625 SetError(15,pUserProc->GetName().c_str(),nowLine); 626 626 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.