git-svn-id: trunk@41065 -
@@ -37,6 +37,9 @@ interface
{$if defined(go32v2) or defined(watcom)}
Dos,
{$endif}
+{$ifdef macos}
+ macutils,
+{$endif macos}
{$IFNDEF USE_FAKE_SYSUTILS}
SysUtils,
{$ELSE}
@@ -298,10 +298,6 @@
{$define cpurequiresproperalignment}
{$endif riscv64}
-{$IFDEF MACOS}
-{$DEFINE USE_FAKE_SYSUTILS}
-{$ENDIF MACOS}
-
{ Stabs is not officially supported on 64 bit targets by gdb, except on Mac OS X
(but there we don't support it)
}