* reverted r47862

git-svn-id: trunk@47869 -
This commit is contained in:
florian 2020-12-28 16:18:55 +00:00
parent f1db695809
commit 93be88b270

View File

@ -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;