rttip.inc 707 B

1234567891011121314151617181920212223
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 2002 by Jonas Maebe and other members of the
  5. Free Pascal development team
  6. Implementation of processor optimized RTTI code
  7. See the file COPYING.FPC, included in this distribution,
  8. for details about the copyright.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. **********************************************************************}
  13. {
  14. $Log$
  15. Revision 1.1 2002-07-28 20:43:49 florian
  16. * several fixes for linux/powerpc
  17. * several fixes to MT
  18. }