mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:19:18 +02:00
* fix problem with 5.0 lib version
This commit is contained in:
parent
4f98a06c73
commit
1bf879848a
@ -43,6 +43,10 @@ interface
|
|||||||
{$define GDB_V5}
|
{$define GDB_V5}
|
||||||
{$endif GDB_V501}
|
{$endif GDB_V501}
|
||||||
|
|
||||||
|
{$ifdef GDB_V500}
|
||||||
|
{$define GDB_V5}
|
||||||
|
{$endif GDB_V500}
|
||||||
|
|
||||||
{ V4.18 is default for now }
|
{ V4.18 is default for now }
|
||||||
{ set when starting v5 support PM }
|
{ set when starting v5 support PM }
|
||||||
{$ifndef GDB_V5}
|
{$ifndef GDB_V5}
|
||||||
@ -2516,7 +2520,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 2002-01-24 12:31:51 pierre
|
Revision 1.13 2002-01-25 22:39:29 pierre
|
||||||
|
* fix problem with 5.0 lib version
|
||||||
|
|
||||||
|
Revision 1.12 2002/01/24 12:31:51 pierre
|
||||||
* fix go32v2 compilation for gdb 5.1
|
* fix go32v2 compilation for gdb 5.1
|
||||||
|
|
||||||
Revision 1.11 2002/01/24 09:14:39 pierre
|
Revision 1.11 2002/01/24 09:14:39 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user