Lister.config
Russ Atkinson, March 5, 1984 8:00:24 pm PST
Lister: CONFIGURATION LINKS: CODE
IMPORTS
BasicTime, Commander, ConvertUnsafe, DefaultRemoteNames, FS, IO, Rope, RopeFile, RuntimeError, SymbolPack, SymbolTable, VM
EXPORTS
ListerUtils
CONTROL
ListerUtilsImpl,
CodeListerImpl,
BcdListerImpl,
ListRTBcdImpl,
KLister,
BcdCompare
= BEGIN
ListerUtilsImpl;
CodeListerImpl;
BcdListerImpl;
ListRTBcdImpl;
KLister;
BcdCompare;
END.