sysall.pp 897 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1998 Florian Klaempfl
  5. member of the Free Pascal development team
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. unit sysall;
  13. interface
  14. { include common definitions }
  15. {$I common.inc}
  16. { include trap number definitions }
  17. {$I systraps.inc}
  18. {$I sysmgr.inc}
  19. implementation
  20. end.
  21. {
  22. $Log$
  23. Revision 1.2 1998-08-05 21:47:22 florian
  24. + some new converted header files added
  25. Revision 1.1 1998/08/05 17:19:07 florian
  26. + first few things for PalmOS support
  27. }