-- file CL.config 
-- edited by Satterthwaite on June 18, 1982 12:45 pm

CL: CONFIG LINKS: CODE
    IMPORTS 
      Directory, Exec, ExecOps, File, FileStream, Heap, KernelFile, LongString,
      ProcessorFace, Runtime, Space, Stream, Strings, Time, Transaction, TTY
    CONTROL CLControl = {

  OSMiscOpsImpl;
  CharIOImpl;
  CommandPack;
  
  ListerUtilities;

  Symbols: CONFIG
      IMPORTS File, Heap, LongString, Space, Strings, Transaction
      EXPORTS SymbolTable = {
    SymbolCache;
    SymbolPack};

  Symbols;
  
  MopcodeNames;
  OpNames;
  OpTable;
  CLList;
  CLControl;
  }.