Changeset 316 in dev for trunk/abdev/BasicCompiler64/CParameter.cpp
- Timestamp:
- Sep 7, 2007, 3:15:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/CParameter.cpp
r308 r316 185 185 186 186 187 void ParamImpl::SetParameter( const string &procName, const Parameters ¶ms, int SecondParmNum ){187 void ParamImpl::SetParameter( const string &procName, const Parameters ¶ms, int SecondParmNum, const UserProc *pUserProc ){ 188 188 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 189 189 … … 239 239 dummyType = *params[i2]; 240 240 bByVal = ( params[i2]->IsRef() == false ) ? TRUE:FALSE; 241 242 // 型パラメータを解決 243 ResolveFormalGenericTypeParameter( dummyType, leftType, pUserProc ); 241 244 } 242 245
Note:
See TracChangeset
for help on using the changeset viewer.