summaryrefslogtreecommitdiff
path: root/ide/fp.pas
diff options
context:
space:
mode:
Diffstat (limited to 'ide/fp.pas')
-rw-r--r--ide/fp.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/fp.pas b/ide/fp.pas
index 37a24b54bc..9dafe80d60 100644
--- a/ide/fp.pas
+++ b/ide/fp.pas
@@ -318,7 +318,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.)}
-{$if defined(unix) or defined(amiga) or defined(morphos)}
+{$if defined(aros) or defined(unix) or defined(amiga) or defined(morphos)}
const bullet='*';
{$else}
const bullet='þ';