mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 10:20:21 +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
|
||||
strings,
|
||||
sysutils;
|
||||
sysutils,
|
||||
typinfo;
|
||||
|
||||
{$i classesh.inc}
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
typinfo;
|
||||
|
||||
{ OS - independent class implementations are in /inc directory. }
|
||||
{$i classes.inc}
|
||||
@ -48,7 +47,10 @@ finalization
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.5 2002/02/10 13:38:14 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user