Lister.config;
edited by Sweet 20-Mar-81 15:43:16
edited by Lewis on 15-Jan-81 11:50:13
edited by Satterthwaite on September 20, 1982 1:45 pm
Lister: CONFIG
IMPORTS
Directory, Exec, File, FileStream, Heap, KernelFile, LongStorage, LongString,
ProcessorFace, Runtime, Segments, Space, Storage, Stream, Streams,
String, Time, Transaction, TTY, UserTerminal
EXPORTS
CommanderOps, GSort, ListerDefs, OutputDefs
CONTROL
ListBcd, ListCode, ListFGT, ListImpl, ListInterface, ListPackageInfo,
ListSymbols, ListUnbound, ListUsing, ListXref, ListerRoutines = {
Symbols: CONFIG
IMPORTS
File, Heap, ListerDefs, LongString, OutputDefs, Runtime, Space,
Strings, Transaction
EXPORTS CompilerUtil, LiteralOps, SymbolTable, TreeOps
CONTROL FakeCompiler = {
FakeCompiler;
Debug;
DebugTab;
LiteralPack;
SymbolCache;
SymbolPack};
OSMiscOpsImpl;
CommanderImpl;
GSortImpl;
Output;
Symbols;
ListBcd;
ListRTBcd;
ListCode;
ListFGT;
ListImpl;
ListInterface;
ListPackageInfo;
ListSymbols;
ListUsing;
ListUnbound;
ListXref;
ListerRoutines;
MopcodeNames;
OpNames;
OpTable;
}.