DFPackage.config
Copyright Ó 1985, 1986, 1989, 1990, 1991 by Xerox Corporation. All rights reserved.
Levin on December 6, 1983 1:11 pm
Russ Atkinson (RRA) August 16, 1985 3:01:50 pm PDT
Michael Plass, September 25, 1991 5:16 pm PDT
Chauser, September 27, 1990 11:05 am PDT
Willie-s, March 5, 1993 3:37 pm PST
DFPackage: CONFIGURATION
IMPORTS BasicTime, Convert, FS, IO, PFS, Process, RefText, Rope, RopeHash, RuntimeError, SymTab
EXPORTS ALL
CONTROL DFUtilitiesImpl, DFUtilitiesParseFileImpl, DFCachingImpl, DFInternalImpl, SModelImpl, DFClosureImpl
= BEGIN
-- OpsQueueImpl;
-- BringOverImpl;
SModelImpl;
-- VerifyImpl;
DFInternalImpl;
DFUtilitiesImpl;
DFUtilitiesParseFileImpl;
DFClosureImpl;
DFCachingImpl;
END.
March 5, 1993: WSO - Added CONTROL list to avoid start traps