summaryrefslogtreecommitdiff
path: root/compiler/catch.pas
diff options
context:
space:
mode:
authorolle <olle@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-09-03 22:30:37 +0000
committerolle <olle@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-09-03 22:30:37 +0000
commit26be98fd11bcd15ca7f734d6cb6bacad26ec0c86 (patch)
tree27e7fd9bf09f5e42614246273fdb0509b3c436b2 /compiler/catch.pas
parentd37b26ebcd33badb12df4e81c2b70ef6db89bdea (diff)
downloadfpc-26be98fd11bcd15ca7f734d6cb6bacad26ec0c86.tar.gz
macos: added a fake sysutils for use by compiler, and fixed some tests
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4549 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/catch.pas')
-rw-r--r--compiler/catch.pas2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/catch.pas b/compiler/catch.pas
index 794680de40..94ffe0014a 100644
--- a/compiler/catch.pas
+++ b/compiler/catch.pas
@@ -60,10 +60,8 @@ Const in_const_evaluation : boolean = false;
Implementation
-{$IFNDEF MACOS_USE_FAKE_SYSUTILS}
uses
comphook;
-{$ENDIF MACOS_USE_FAKE_SYSUTILS}
{$ifdef has_signal}
{$ifdef unix}