Explorar o código

+ have proper bullet on Amiga and MorphOS too

git-svn-id: trunk@11999 -
Károly Balogh %!s(int64=17) %!d(string=hai) anos
pai
achega
9297a9e7ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/fp.pas

+ 1 - 1
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='þ';