mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 04:47:18 +01:00
* added functions with array of const
This commit is contained in:
parent
a835405a27
commit
7cd7f63150
@ -2,7 +2,7 @@
|
||||
This file is part of the Free Pascal run time library.
|
||||
|
||||
A file in Amiga system run time library.
|
||||
Copyright (c) 1998 by Nils Sjoholm
|
||||
Copyright (c) 1998-2002 by Nils Sjoholm
|
||||
member of the Amiga RTL development team.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
@ -14,6 +14,15 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{
|
||||
History:
|
||||
|
||||
Added functions and procedures with array of const.
|
||||
For use with fpc 1.0.7. They are in systemvartags.
|
||||
10 Nov 2002.
|
||||
|
||||
nils.sjoholm@mailbox.swipnet.se
|
||||
}
|
||||
|
||||
unit amigaguide;
|
||||
|
||||
@ -463,4 +472,10 @@ END;
|
||||
END. (* UNIT AMIGAGUIDE *)
|
||||
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2002-11-17 20:28:53 nils
|
||||
* added functions with array of const
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user