mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:19:12 +02:00
* compilation fix (typinfo needed already in interface now)
This commit is contained in:
parent
1332005afc
commit
e47ffaa0ac
@ -25,15 +25,14 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
strings,
|
strings,
|
||||||
sysutils;
|
sysutils,
|
||||||
|
typinfo;
|
||||||
|
|
||||||
{$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}
|
||||||
@ -48,7 +47,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2002-09-07 15:15:27 peter
|
Revision 1.7 2003-09-02 19:49:16 hajny
|
||||||
|
* compilation fix (typinfo needed already in interface now)
|
||||||
|
|
||||||
|
Revision 1.6 2002/09/07 15:15:27 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.5 2002/02/10 13:38:14 hajny
|
Revision 1.5 2002/02/10 13:38:14 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user