mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
MorphOS: hooked the new debug stuff into the MorphOS RTL
git-svn-id: trunk@28696 -
This commit is contained in:
parent
2fba1540c4
commit
155ae9961e
@ -26,6 +26,7 @@ interface
|
|||||||
{$define FPC_IS_SYSTEM}
|
{$define FPC_IS_SYSTEM}
|
||||||
|
|
||||||
{$I systemh.inc}
|
{$I systemh.inc}
|
||||||
|
{$I osdebugh.inc}
|
||||||
|
|
||||||
const
|
const
|
||||||
LineEnding = #10;
|
LineEnding = #10;
|
||||||
@ -76,6 +77,7 @@ var
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$I system.inc}
|
{$I system.inc}
|
||||||
|
{$I osdebug.inc}
|
||||||
|
|
||||||
{$IFDEF MOSFPC_FILEDEBUG}
|
{$IFDEF MOSFPC_FILEDEBUG}
|
||||||
{$WARNING Compiling with file debug enabled!}
|
{$WARNING Compiling with file debug enabled!}
|
||||||
|
Loading…
Reference in New Issue
Block a user