mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* ugly openbsd fix
This commit is contained in:
parent
e1d1bb1f6b
commit
5f290c11c2
@ -14,11 +14,16 @@ uses
|
|||||||
strings;
|
strings;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
{$ifdef OpenBSD}
|
||||||
|
ver_name = '_version';
|
||||||
|
{$else}
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
ver_name = 'version';
|
ver_name = 'version';
|
||||||
{$else not unix}
|
{$else not unix}
|
||||||
ver_name = '_version';
|
ver_name = '_version';
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ This variable should be change with
|
{ This variable should be change with
|
||||||
change in GDB CVS PM }
|
change in GDB CVS PM }
|
||||||
Current_cvs_version : longint = 503;
|
Current_cvs_version : longint = 503;
|
||||||
@ -90,7 +95,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2002-12-12 14:17:59 pierre
|
Revision 1.6 2003-02-09 19:14:48 marco
|
||||||
|
* ugly openbsd fix
|
||||||
|
|
||||||
|
Revision 1.5 2002/12/12 14:17:59 pierre
|
||||||
* 5.3 was not correctly parsed
|
* 5.3 was not correctly parsed
|
||||||
|
|
||||||
Revision 1.4 2002/12/02 13:59:16 pierre
|
Revision 1.4 2002/12/02 13:59:16 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user