FloatingPointSoftPackage.config
Copyright Ó 1989, 1991 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) July 5, 1989 11:23:24 pm PDT
FloatingPointSoftPackage: CONFIGURATION
EXPORTS Real <<compatibility>>, FloatingPointCommon, FloatingPointPrivate, RealSupport, RealFns
CONTROL RealImpl <<compatibility>>, FloatingPointSoftImpl, RealSupportImpl, RealFnsImpl
= BEGIN
RealImpl <<compatibility>>;
FloatingPointSoftImpl;
RealSupportImpl;
RealFnsImpl;
END.