mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:09:35 +01:00
* load CheckMem as first if EXTDEBUG is defined
This commit is contained in:
parent
e5afeb668f
commit
95c7dbfe3f
@ -31,6 +31,9 @@ program FP;
|
||||
(**********************************************************************)
|
||||
|
||||
uses
|
||||
{$ifdef EXTDEBUG}
|
||||
checkmem,
|
||||
{$endif EXTDEBUG}
|
||||
{$ifdef WITH_GDB}
|
||||
{$ifdef win32}
|
||||
fpcygwin,
|
||||
@ -497,7 +500,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 2003-01-28 16:53:47 pierre
|
||||
Revision 1.21 2003-01-29 00:30:53 pierre
|
||||
* load CheckMem as first if EXTDEBUG is defined
|
||||
|
||||
Revision 1.20 2003/01/28 16:53:47 pierre
|
||||
* only include fpcygwin if libgdb is linked in
|
||||
|
||||
Revision 1.19 2003/01/14 16:24:52 pierre
|
||||
|
||||
Loading…
Reference in New Issue
Block a user