Ver código fonte

+ $codealign directive accepts setting maxcrecord

git-svn-id: trunk@47862 -
florian 4 anos atrás
pai
commit
6169bbeed5
1 arquivos alterados com 2 adições e 0 exclusões
  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;