From 1ac50486c657670aa1672ad7fbc5fd29b9e77964 Mon Sep 17 00:00:00 2001 From: karoly Date: Sun, 17 Aug 2014 18:18:07 +0000 Subject: merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus Sackrow's work on AROS support which will hopefully benefit all Amiga-like targets (classic, MorphOS) on the long run. Compiler only, RTL comes in the next run. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@28432 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/impdef.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/impdef.pas') diff --git a/compiler/impdef.pas b/compiler/impdef.pas index dbbe56327f..d70e5e79bc 100644 --- a/compiler/impdef.pas +++ b/compiler/impdef.pas @@ -121,7 +121,7 @@ const {$ifdef unix} DirSep = '/'; {$else} - {$if defined(amiga) or defined(morphos)} + {$ifdef hasamiga} DirSep = '/'; {$else} DirSep = '\'; -- cgit v1.2.1