Explorar o código

* reverted r47862

git-svn-id: trunk@47869 -
florian %!s(int64=4) %!d(string=hai) anos
pai
achega
93be88b270
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      compiler/dirparse.pas

+ 6 - 2
compiler/dirparse.pas

@@ -99,8 +99,12 @@ implementation
            end
            end
           else if tok='RECORDMAX' then
           else if tok='RECORDMAX' then
            b.recordalignmax:=l
            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 }
           else { Error }
            UpdateAlignmentStr:=false;
            UpdateAlignmentStr:=false;
         until false;
         until false;