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

* reverted r47862

git-svn-id: trunk@47869 -
florian 4 жил өмнө
parent
commit
93be88b270
1 өөрчлөгдсөн 6 нэмэгдсэн , 2 устгасан
  1. 6 2
      compiler/dirparse.pas

+ 6 - 2
compiler/dirparse.pas

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