From 19053de279ab3499ea00d289a0c8c156f45c612c Mon Sep 17 00:00:00 2001 From: sergei <gorelkin@nanoreflex.ru> Date: Thu, 17 May 2012 17:34:12 +0000 Subject: [PATCH] * Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorrect parameter positions on some platforms (e.g. broken tsafecall2, tsafecall3). git-svn-id: trunk@21318 - --- compiler/pparautl.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/pparautl.pas b/compiler/pparautl.pas index e34c388140..434044db04 100644 --- a/compiler/pparautl.pas +++ b/compiler/pparautl.pas @@ -21,6 +21,7 @@ } unit pparautl; +{$i fpcdefs.inc} interface