summaryrefslogtreecommitdiff
path: root/compiler/machoutils.pas
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-07-03 13:35:05 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-07-03 13:35:05 +0000
commitb0c415a77999b6d8346ec26b4a21532442359064 (patch)
tree2e502c8a91a7fa552d8d03e9d0bc2107c9ff0ddf /compiler/machoutils.pas
parent08748918869c70bdbee960a63e9ebc5c7dd8e01c (diff)
downloadfpc-b0c415a77999b6d8346ec26b4a21532442359064.tar.gz
Systematically include fpcdefs.inc at sart of all units used by compiler
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42322 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/machoutils.pas')
-rw-r--r--compiler/machoutils.pas6
1 files changed, 4 insertions, 2 deletions
diff --git a/compiler/machoutils.pas b/compiler/machoutils.pas
index 691a2b7384..fb866be7ba 100644
--- a/compiler/machoutils.pas
+++ b/compiler/machoutils.pas
@@ -23,9 +23,11 @@
unit machoutils;
-interface
+{$i fpcdefs.inc}
+
+{$h+}
-{$mode objfpc}{$h+}
+interface
uses
macho;