From 9297a9e7ef4088f1f1d7a27db964b55044d03c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Thu, 30 Oct 2008 21:08:53 +0000 Subject: [PATCH] + have proper bullet on Amiga and MorphOS too git-svn-id: trunk@11999 - --- ide/fp.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/fp.pas b/ide/fp.pas index 6a6c1d88d2..23b413acb3 100644 --- a/ide/fp.pas +++ b/ide/fp.pas @@ -330,7 +330,7 @@ procedure InitCompilerSwitches; page is not available before video is initialized. (And only in certain circumstances after that, so, use a plain ascii character as bullet on Unix.)} -{$ifdef unix} +{$if defined(unix) or defined(amiga) or defined(morphos)} const bullet='*'; {$else} const bullet='þ';