fpc/rtl/fakertl/syslinux.pp
2000-07-13 11:32:24 +00:00

15 lines
199 B
ObjectPascal

{ This is a fake system unit to allow testing of the new code generator }
unit system;
interface
implementation
end.
$Log$
Revision 1.2 2000-07-13 11:33:38 michael
+ removed logs
}