mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 07:58:04 +02:00
15 lines
130 B
ObjectPascal
15 lines
130 B
ObjectPascal
{ %version=1.1}
|
|
unit ub0437b;
|
|
|
|
interface
|
|
|
|
uses
|
|
ub0437a;
|
|
|
|
type
|
|
prec = ub0437a.prec;
|
|
|
|
implementation
|
|
|
|
end.
|