mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 12:41:37 +02:00
* pass records of all sizes by reference if they are const
git-svn-id: trunk@3251 -
This commit is contained in:
parent
0b0ed3f0f2
commit
5a888656ca
@ -183,7 +183,7 @@ unit cpupara;
|
||||
formaldef :
|
||||
result:=true;
|
||||
recorddef :
|
||||
result:=(def.size>sizeof(aint));
|
||||
result:=(def.size>sizeof(aint)) or (varspez=vs_const);
|
||||
arraydef :
|
||||
begin
|
||||
result:=not(
|
||||
|
Loading…
Reference in New Issue
Block a user