mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 05:58:22 +02:00
24 lines
286 B
ObjectPascal
24 lines
286 B
ObjectPascal
{
|
|
$Id$
|
|
|
|
Build file for the compiler units. This is also a unit so
|
|
that there will be no linking
|
|
}
|
|
unit compunit;
|
|
interface
|
|
uses
|
|
ppheap,
|
|
compiler,
|
|
comphook,
|
|
cpuinfo,
|
|
browcol;
|
|
|
|
implementation
|
|
end.
|
|
{
|
|
$Log$
|
|
Revision 1.4 2005-02-14 17:13:19 peter
|
|
* truncate log
|
|
|
|
}
|