mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-20 00:13:48 +02:00
* uses typinfo moved to interface
This commit is contained in:
parent
252f317fd8
commit
5536615717
@ -24,23 +24,23 @@ unit Classes;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
strings,
|
typinfo,
|
||||||
sysutils;
|
sysutils;
|
||||||
|
|
||||||
{$i classesh.inc}
|
{$i classesh.inc}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
|
||||||
uses typinfo;
|
|
||||||
|
|
||||||
{ OS - independent class implementations are in /inc directory. }
|
{ OS - independent class implementations are in /inc directory. }
|
||||||
{$i classes.inc}
|
{$i classes.inc}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* moved out of packages/ back to topdir
|
||||||
|
|
||||||
Revision 1.2 2000/01/04 18:09:29 michael
|
Revision 1.2 2000/01/04 18:09:29 michael
|
||||||
|
@ -24,8 +24,8 @@ unit Classes;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
strings,
|
sysutils,
|
||||||
sysutils,typinfo;
|
typinfo;
|
||||||
|
|
||||||
{$i classesh.inc}
|
{$i classesh.inc}
|
||||||
|
|
||||||
@ -47,7 +47,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* moved out of packages/ back to topdir
|
||||||
|
|
||||||
Revision 1.2 2000/01/04 18:07:58 michael
|
Revision 1.2 2000/01/04 18:07:58 michael
|
||||||
|
@ -24,15 +24,15 @@ unit Classes;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
strings,
|
sysutils,
|
||||||
sysutils;
|
typinfo;
|
||||||
|
|
||||||
{$i classesh.inc}
|
{$i classesh.inc}
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
windows,typinfo;
|
windows;
|
||||||
|
|
||||||
{ OS - independent class implementations are in /inc directory. }
|
{ OS - independent class implementations are in /inc directory. }
|
||||||
{$i classes.inc}
|
{$i classes.inc}
|
||||||
@ -40,7 +40,10 @@ uses
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* moved out of packages/ back to topdir
|
||||||
|
|
||||||
Revision 1.2 2000/01/04 18:08:35 michael
|
Revision 1.2 2000/01/04 18:08:35 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user