mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 11:29:34 +02:00
* uses typinfo moved to interface
This commit is contained in:
parent
252f317fd8
commit
5536615717
@ -24,23 +24,23 @@ unit Classes;
|
||||
interface
|
||||
|
||||
uses
|
||||
strings,
|
||||
typinfo,
|
||||
sysutils;
|
||||
|
||||
{$i classesh.inc}
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
uses typinfo;
|
||||
|
||||
{ OS - independent class implementations are in /inc directory. }
|
||||
{$i classes.inc}
|
||||
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.6 2000-01-06 01:20:32 peter
|
||||
Revision 1.7 2000-01-07 00:01:33 peter
|
||||
* uses typinfo moved to interface
|
||||
|
||||
Revision 1.6 2000/01/06 01:20:32 peter
|
||||
* moved out of packages/ back to topdir
|
||||
|
||||
Revision 1.2 2000/01/04 18:09:29 michael
|
||||
|
@ -4,7 +4,7 @@
|
||||
Copyright (c) 1998 by Michael Van Canneyt and Florian Klaempfl
|
||||
|
||||
Classes unit for linux
|
||||
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
@ -24,8 +24,8 @@ unit Classes;
|
||||
interface
|
||||
|
||||
uses
|
||||
strings,
|
||||
sysutils,typinfo;
|
||||
sysutils,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
|
||||
@ -33,7 +33,7 @@ implementation
|
||||
|
||||
uses
|
||||
linux;
|
||||
|
||||
|
||||
{ OS - independent class implementations are in /inc directory. }
|
||||
{$i classes.inc}
|
||||
|
||||
@ -47,7 +47,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.13 2000-01-06 01:20:33 peter
|
||||
Revision 1.14 2000-01-07 00:01:33 peter
|
||||
* uses typinfo moved to interface
|
||||
|
||||
Revision 1.13 2000/01/06 01:20:33 peter
|
||||
* moved out of packages/ back to topdir
|
||||
|
||||
Revision 1.2 2000/01/04 18:07:58 michael
|
||||
|
@ -24,15 +24,15 @@ unit Classes;
|
||||
interface
|
||||
|
||||
uses
|
||||
strings,
|
||||
sysutils;
|
||||
sysutils,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
windows,typinfo;
|
||||
windows;
|
||||
|
||||
{ OS - independent class implementations are in /inc directory. }
|
||||
{$i classes.inc}
|
||||
@ -40,7 +40,10 @@ uses
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 2000-01-06 01:20:36 peter
|
||||
Revision 1.12 2000-01-07 00:01:33 peter
|
||||
* uses typinfo moved to interface
|
||||
|
||||
Revision 1.11 2000/01/06 01:20:36 peter
|
||||
* moved out of packages/ back to topdir
|
||||
|
||||
Revision 1.2 2000/01/04 18:08:35 michael
|
||||
|
Loading…
Reference in New Issue
Block a user