File: CrystalPackage.config
Copyright Ó 1987, 1988 by Xerox Corporation. All rights reserved.
Generates the Crystal program.
Last Edited by: Gasbarro October 17, 1985 11:55:41 am PDT
Christian Le Cocq January 25, 1988 10:16:31 am PST
Barth, February 17, 1986 3:06:19 pm PST
John Ousterhout December 13, 1983 4:19 pm
CrystalPackage: CONFIGURATION LINKS: CODE
IMPORTS
CDCommandOps,
CDOps,
CDProperties,
CoreClasses,
CoreFlat,
CoreOps,
CoreProperties,
FS,
IO,
Real,
RealFns,
RefTab,
Rope,
RopeHash,
SinixOps,
Sisyph,
TerminalIO,
WriteCapa
EXPORTS
Build, Globals
CONTROL
StagePoolImpl,
ModelImpl,
HashImpl,
BuildImpl,
MarkImpl,
FlowImpl,
PrintoutImpl,
DPrintImpl,
DelayImpl,
CheckImpl,
SlopeModelImpl,
Main,
CrystalCmds =
BEGIN
BuildImpl;
CheckImpl;
DelayImpl;
DPrintImpl;
FlowImpl;
HashImpl;
Main;
MarkImpl;
ModelImpl;
ParseImpl;
PrintoutImpl;
SlopeModelImpl;
StagePoolImpl;
CrystalCmds;
END.
Christian LeCocq April 15, 1986 1:42:06 pm PST
Sweep out the dust, reducing the number of packages involved. Cedarized the style.
changes to: IMPORTS, CONTROL