/* FloatingPointSinglePackage.c produced by Cinder of January 18, 2036 7:14:05 pm PST */
/* formerly from <cedar/InstallationSupport.h>: */
typedef unsigned XR←InterfacePtr;
typedef unsigned XR←GlobalFramePtr;
extern XR←InterfacePtr XR←ImportInterface ();
extern XR←InterfacePtr XR←ExportInterface ();
extern void XR←ExportProc ();
extern void XR←PushScope ();
extern void XR←HideNames ();
extern void XR←PopScope ();
extern void XR←PushRename ();
extern void XR←PopRename ();
extern void XR←ForgetName ();
extern void XR←ProhibitDuplicateExports ();
extern void XR←PermitDuplicateExports ();
extern void XR←AddControl ();
extern XR←GlobalFramePtr XR←FirstControl();
void XR←Start ();
static char versionStamp[] = "@(#)mob←version [4239595195,1272190101] FloatingPointSinglePackage.config";
static char configBuildTime[] = "@(#)configBuildTime January 29, 1993 11:45 am PST";
char XR←configBuildTime←FloatingPointSinglePackage[] = "January 29, 1993 7:45 pm GMT";
extern void XR←install←RealImpl();
extern void XR←install←FloatingPointImpl();
extern void XR←install←RealSupportImpl();
extern void XR←install←RealFnsImpl();
static XR←GlobalFramePtr firstControl;
extern void XR←install←FloatingPointSinglePackage() {
XR←PushScope("FloatingPointSinglePackage");
XR←ExportInterface("Real", 0, 0);
XR←ExportInterface("FloatingPointCommon", 0, 0);
XR←ExportInterface("FloatingPointPrivate", 0, 0);
XR←ExportInterface("RealSupport", 0, 0);
XR←ExportInterface("RealFns", 0, 0);
XR←HideNames();
XR←install←RealImpl();
XR←install←FloatingPointImpl();
XR←install←RealSupportImpl();
XR←install←RealFnsImpl();
XR←AddControl("RealImpl");
XR←AddControl("FloatingPointImpl");
XR←AddControl("RealSupportImpl");
XR←AddControl("RealFnsImpl");
firstControl = XR←FirstControl();
XR←PopScope();
}
extern void XR←run←FloatingPointSinglePackage() { XR←StartCedarModule(firstControl); }
extern void XR←unload←FloatingPointSinglePackage() { XR←Unload(firstControl); }