Browse Source

+ $codealign directive accepts setting maxcrecord

git-svn-id: trunk@47862 -
florian 4 years ago
parent
commit
6169bbeed5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/dirparse.pas

+ 2 - 0
compiler/dirparse.pas

@@ -99,6 +99,8 @@ implementation
            end
           else if tok='RECORDMAX' then
            b.recordalignmax:=l
+          else if tok='MAXCRECORD' then
+           b.maxCrecordalign:=l
           else { Error }
            UpdateAlignmentStr:=false;
         until false;