mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +02:00
* Fix compilation
This commit is contained in:
parent
a283c4dab7
commit
202d526211
@ -573,7 +573,7 @@ end;
|
|||||||
|
|
||||||
const
|
const
|
||||||
{ Change VERSION and LIBVERSION to proper values }
|
{ Change VERSION and LIBVERSION to proper values }
|
||||||
VERSION : ShortString[2] = '0';
|
VERSION : String[2] = '0';
|
||||||
LIBVERSION : longword = 0;
|
LIBVERSION : longword = 0;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user