mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
+ added include of util.inc
This commit is contained in:
parent
246e389703
commit
f64289f51f
@ -16,6 +16,9 @@
|
||||
* Class implementations are in separate files. *
|
||||
**********************************************************************}
|
||||
|
||||
{ Utility routines }
|
||||
{$i util.inc}
|
||||
|
||||
{ TBits implementation }
|
||||
{$i bits.inc}
|
||||
|
||||
@ -322,7 +325,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-05-04 14:30:11 michael
|
||||
Revision 1.3 1998-06-03 15:10:20 michael
|
||||
+ added include of util.inc
|
||||
|
||||
Revision 1.2 1998/05/04 14:30:11 michael
|
||||
* Split file according to Class; implemented dummys for all methods, so unit compiles.
|
||||
|
||||
Revision 1.9 1998/05/04 12:16:01 florian
|
||||
@ -355,7 +361,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-05-04 14:30:11 michael
|
||||
Revision 1.3 1998-06-03 15:10:20 michael
|
||||
+ added include of util.inc
|
||||
|
||||
Revision 1.2 1998/05/04 14:30:11 michael
|
||||
* Split file according to Class; implemented dummys for all methods, so unit compiles.
|
||||
|
||||
Revision 1.1 1998/05/04 12:16:01 florian
|
||||
|
Loading…
Reference in New Issue
Block a user