mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-25 04:08:42 +01: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.
|