BasicCedar.config
Copyright Ó 1990, 1991, 1992 by Xerox Corporation. All rights reserved.
Carl Hauser, April 24, 1989 3:54:49 pm PDT
JKF September 12, 1990 5:02:04 pm PDT
Michael Plass, October 16, 1991 9:58 am PDT
Chauser, May 25, 1990 9:58 am PDT
Willie-s, July 24, 1992 3:47 pm PDT
BasicCedar: CONFIGURATION
IMPORTS Atom, AtomPrivate, Basics, CirioThings, DReal, Finalize, FinalizeOps, List, MesaLoadState, Process, ProcessorFace, Rope, Real, RuntimeError, RefText, SymTab, UXProcs, UXStrings, VM, XNS
EXPORTS ALL
CONTROL
IncrementalLoadImpl,
InstallationComfortsFromCImpl,
InstallationComfortsImpl,
CirioSupportPackage,
Debugger,
BasicTimePackage,
IOPackage,
ProcessPropsImpl,
UnixSysPackage,
BasicPackages,
UXIOImpl,
Greet
= BEGIN
BasicPackages;
BasicTimePackage;
CirioSupportPackage;
Debugger;
Greet;
IncrementalLoadImpl;
InstallationComfortsFromCImpl;
InstallationComfortsImpl;
IOPackage;
ProcessPropsImpl;
UnixSysPackage;
UXIOImpl;
END.