RuntimeLoader.config
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) March 28, 1986 4:33:09 pm PST
RuntimeLoader: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, BcdOps, DebuggerSwap, FS, IO, LoadState, PrincOpsUtils, Rope, SafeStorage, SafeStorageOps, SystemVersion, RuntimeError, VM
EXPORTS Loader, LoaderOps
CONTROL CedarExporterImpl, CedarLinkerImpl
= BEGIN
CedarLoaderImpl;
CedarLinkerImpl;
CedarExporterImpl;
END.