2
0
Эх сурвалжийг харах

+ $codealign directive accepts setting maxcrecord

git-svn-id: trunk@47862 -
florian 4 жил өмнө
parent
commit
6169bbeed5
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;