mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* fixed typo in gdbversion
This commit is contained in:
parent
cd6dac1a03
commit
9612edd5c6
@ -166,7 +166,7 @@ end;
|
|||||||
|
|
||||||
function GDBVersion : string;
|
function GDBVersion : string;
|
||||||
begin
|
begin
|
||||||
Version:='Fake GDB';
|
GDBVersion:='Fake GDB';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
@ -266,7 +266,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1999-07-12 13:08:20 pierre
|
Revision 1.3 1999-07-13 11:25:57 peter
|
||||||
|
* fixed typo in gdbversion
|
||||||
|
|
||||||
|
Revision 1.2 1999/07/12 13:08:20 pierre
|
||||||
+ added GDBVersion function
|
+ added GDBVersion function
|
||||||
* tries to intercept quit command from GDB Window
|
* tries to intercept quit command from GDB Window
|
||||||
+ AllowQuit method
|
+ AllowQuit method
|
||||||
|
Loading…
Reference in New Issue
Block a user