/* FloatingPointSoftPackage.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 [2052282586,3451155126] FloatingPointSoftPackage.config";
static char configBuildTime[] = "@(#)configBuildTime January 29, 1993 11:45 am PST";
char XR←configBuildTime←FloatingPointSoftPackage[] = "January 29, 1993 7:45 pm GMT";

extern void XR←install←RealImpl();
extern void XR←install←FloatingPointSoftImpl();
extern void XR←install←RealSupportImpl();
extern void XR←install←RealFnsImpl();

static XR←GlobalFramePtr firstControl;

extern void XR←install←FloatingPointSoftPackage() {
	XR←PushScope("FloatingPointSoftPackage");
	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←FloatingPointSoftImpl();
	XR←install←RealSupportImpl();
	XR←install←RealFnsImpl();
	XR←AddControl("RealImpl");
	XR←AddControl("FloatingPointSoftImpl");
	XR←AddControl("RealSupportImpl");
	XR←AddControl("RealFnsImpl");
	firstControl = XR←FirstControl();
	XR←PopScope();
}

extern void XR←run←FloatingPointSoftPackage() { XR←StartCedarModule(firstControl); }

extern void XR←unload←FloatingPointSoftPackage() { XR←Unload(firstControl); }