Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / rtl / palmos / api / sysall.pp
blob3900ef80e989ae7987a681eadca3b222b9a0c722
2 $Id$
3 This file is part of the Free Pascal run time library.
5 Copyright (c) 1998 Florian Klaempfl
6 member of the Free Pascal development team
8 See the file COPYING.FPC, included in this distribution,
9 for details about the copyright.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 **********************************************************************}
17 unit sysall;
19 interface
21 { include common definitions }
22 {$I common.inc}
24 { include trap number definitions }
25 {$I systraps.inc}
27 {$I sysmgr.inc}
29 implementation
31 end.
33 $Log$
34 Revision 1.1 2002/02/19 08:26:09 sasu
35 Initial revision
37 Revision 1.1 2000/07/13 06:31:12 michael
38 + Initial import
40 Revision 1.2 1998/08/05 21:47:22 florian
41 + some new converted header files added
43 Revision 1.1 1998/08/05 17:19:07 florian
44 + first few things for PalmOS support