소스 검색

* reverted r47862

git-svn-id: trunk@47869 -
florian 4 년 전
부모
커밋
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;