|
@@ -174,7 +174,7 @@ unit cpupara;
|
|
|
end;
|
|
|
case def.typ of
|
|
|
objectdef:
|
|
|
- result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0));
|
|
|
+ result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0))));
|
|
|
recorddef:
|
|
|
{ note: should this ever be changed, make sure that const records
|
|
|
are always passed by reference for calloption=pocall_mwpascal }
|