Changeset 320 in dev for trunk/abdev/BasicCompiler64/Compile_CallProc.cpp
- Timestamp:
- Sep 9, 2007, 1:16:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_CallProc.cpp
r316 r320 223 223 lstrcpy(temporary,"0,"); 224 224 } 225 if( pUserProc->ReturnType().IsStruct() ){ 226 // ※ByRef _System_ReturnValue パラメータのダミーをセット 227 lstrcat(temporary,"0,"); 228 } 225 229 226 230 if(Parameter[0]=='\0'&&temporary[0]) … … 267 271 pobj_parameter->SetParameter(pUserProc->GetName(),pUserProc->RealParams(),pUserProc->GetRealSecondParmNum(), pUserProc ); 268 272 269 if( pUserProc->ReturnType().IsStruct() ){273 if( pUserProc->ReturnType().IsStruct() ){ 270 274 ////////////////////////////////////////////////////// 271 275 // 戻り値に構造体インスタンスを持つ場合
Note:
See TracChangeset
for help on using the changeset viewer.