mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 16:11:44 +02:00
m68k: disable verbose error reporting of the stub unicode and threadmanagers by default on Amiga, Atari, Human68k, and Sinclair QL
This commit is contained in:
parent
88c7954d9f
commit
eb6f29d084
@ -24,6 +24,8 @@ interface
|
||||
{$define FPC_ANSI_TEXTFILEREC}
|
||||
{$ifdef cpum68k}
|
||||
{$define FPC_SYSTEM_HAS_BACKTRACESTR}
|
||||
{$define FPC_SYSTEM_NO_VERBOSE_THREADERROR}
|
||||
{$define FPC_SYSTEM_NO_VERBOSE_UNICODEERROR}
|
||||
{$endif}
|
||||
|
||||
{$if defined(AMIGA_V1_0_ONLY) or defined(AMIGA_V1_2_ONLY)}
|
||||
|
@ -21,8 +21,9 @@ interface
|
||||
{$define FPC_IS_SYSTEM}
|
||||
{$define FPC_STDOUT_TRUE_ALIAS}
|
||||
{$define FPC_ANSI_TEXTFILEREC}
|
||||
{.$define FPC_ATARI_USE_TINYHEAP}
|
||||
{$define FPC_SYSTEM_NO_VERBOSE_UNICODEERROR}
|
||||
|
||||
{.$define FPC_ATARI_USE_TINYHEAP}
|
||||
{$ifdef FPC_ATARI_USE_TINYHEAP}
|
||||
{$define HAS_MEMORYMANAGER}
|
||||
{$endif FPC_ATARI_USE_TINYHEAP}
|
||||
|
@ -20,8 +20,9 @@ interface
|
||||
{$define FPC_STDOUT_TRUE_ALIAS}
|
||||
{$define FPC_ANSI_TEXTFILEREC}
|
||||
{$define FPC_SYSTEM_EXIT_NO_RETURN}
|
||||
{$.define FPC_HUMAN68K_USE_TINYHEAP}
|
||||
{$define FPC_SYSTEM_NO_VERBOSE_UNICODEERROR}
|
||||
|
||||
{$.define FPC_HUMAN68K_USE_TINYHEAP}
|
||||
{$ifdef FPC_HUMAN68K_USE_TINYHEAP}
|
||||
{$define HAS_MEMORYMANAGER}
|
||||
{$endif FPC_HUMAN68K_USE_TINYHEAP}
|
||||
|
@ -19,8 +19,9 @@ interface
|
||||
{$define FPC_IS_SYSTEM}
|
||||
{$define FPC_STDOUT_TRUE_ALIAS}
|
||||
{$define FPC_ANSI_TEXTFILEREC}
|
||||
{$define FPC_QL_USE_OSHEAP}
|
||||
{$define FPC_SYSTEM_NO_VERBOSE_UNICODEERROR}
|
||||
|
||||
{$define FPC_QL_USE_OSHEAP}
|
||||
{$ifdef FPC_QL_USE_OSHEAP}
|
||||
{$define HAS_MEMORYMANAGER}
|
||||
{$endif FPC_QL_USE_OSHEAP}
|
||||
|
Loading…
Reference in New Issue
Block a user