mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 10:29:18 +02:00
+ have proper bullet on Amiga and MorphOS too
git-svn-id: trunk@11999 -
This commit is contained in:
parent
2e72bd03a7
commit
9297a9e7ef
@ -330,7 +330,7 @@ procedure InitCompilerSwitches;
|
|||||||
page is not available before video is initialized. (And only in certain
|
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.)}
|
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='*';
|
const bullet='*';
|
||||||
{$else}
|
{$else}
|
||||||
const bullet='þ';
|
const bullet='þ';
|
||||||
|
Loading…
Reference in New Issue
Block a user