Selaa lähdekoodia

* added functions with array of const

nils 23 vuotta sitten
vanhempi
commit
7cd7f63150
1 muutettua tiedostoa jossa 16 lisäystä ja 1 poistoa
  1. 16 1
      packages/extra/amunits/units/amigaguide.pas

+ 16 - 1
packages/extra/amunits/units/amigaguide.pas

@@ -2,7 +2,7 @@
     This file is part of the Free Pascal run time library.
     This file is part of the Free Pascal run time library.
 
 
     A file in Amiga system 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.
     member of the Amiga RTL development team.
 
 
     See the file COPYING.FPC, included in this distribution,
     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.
+
+    [email protected]
+}
 
 
 unit amigaguide;
 unit amigaguide;
 
 
@@ -463,4 +472,10 @@ END;
 END. (* UNIT AMIGAGUIDE *)
 END. (* UNIT AMIGAGUIDE *)
 
 
 
 
+{
+   $Log$
+   Revision 1.2  2002-11-17 20:28:53  nils
+   * added functions with array of const
+   
+}