mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 03:51:01 +02:00
* Modified "not aktpackrecords" as suggested by Jonas.
This commit is contained in:
parent
fb1a842118
commit
7ebb3f07ae
@ -224,7 +224,7 @@ function Tabstractrecordsymtable.varsymtodata(sym:Psym;
|
||||
|
||||
begin
|
||||
datasize:=(datasize+(packrecordalignment[aktpackrecords]-1))
|
||||
and (not packrecordalignment[aktpackrecords]-1);
|
||||
and not (packrecordalignment[aktpackrecords]-1);
|
||||
varsymtodata:=inherited varsymtodata(sym,len);
|
||||
end;
|
||||
|
||||
@ -395,4 +395,4 @@ begin
|
||||
speedsearch:=link^.speedsearch(s,speedvalue);
|
||||
end;
|
||||
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user