mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* reverted r47862
git-svn-id: trunk@47869 -
This commit is contained in:
parent
f1db695809
commit
93be88b270
@ -99,8 +99,12 @@ implementation
|
||||
end
|
||||
else if tok='RECORDMAX' then
|
||||
b.recordalignmax:=l
|
||||
else if tok='MAXCRECORD' then
|
||||
b.maxCrecordalign:=l
|
||||
|
||||
{ disabled for now as - as Jonas pointed out - this
|
||||
is a matter of abi
|
||||
|
||||
else if tok='MAXCRECORD' then
|
||||
b.maxCrecordalign:=l }
|
||||
else { Error }
|
||||
UpdateAlignmentStr:=false;
|
||||
until false;
|
||||
|
Loading…
Reference in New Issue
Block a user