From 93be88b270d425ff7725db6f653519d2459ae3dc Mon Sep 17 00:00:00 2001
From: florian <florian@freepascal.org>
Date: Mon, 28 Dec 2020 16:18:55 +0000
Subject: [PATCH]   * reverted r47862

git-svn-id: trunk@47869 -
---
 compiler/dirparse.pas | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/compiler/dirparse.pas b/compiler/dirparse.pas
index 8e619b30d0..4f1a0952ce 100644
--- a/compiler/dirparse.pas
+++ b/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;