<> <> <> <> <> <> DIRECTORY AllocImpl: FROM "InternalAllocImpl", HashTab: FROM "ProtoHashTab", ParserImpl: FROM "ProtoParser", Scanner: FROM "ProtoScanner", TreePack: FROM "ProtoTreePack"; Binder: CONFIG LINKS: CODE IMPORTS BasicTime, Commander, ConvertUnsafe, DebuggerSwap, FileViewerOps, FS, IO, Loader, Process, ProcessorFace, RefText, Rope, SymbolTable, UnsafeStorage, UserProfile, VM CONTROL BcdControl = { InterfaceBinder: CONFIG IMPORTS Alloc, FileViewerOps, BasicTime, Commander, ConvertUnsafe, DebuggerSwap, FS, IO, Loader, OSMiscOps, Process, RefText, Rope, SymbolTable, UnsafeStorage, UserProfile, VM EXPORTS BcdControl = { BcdComData; BcdControl; BcdTreeBuild; BcdSEBuild; BcdLoad; BcdBind; BcdWrite; CommandPack; Scanner; ParserImpl; TreePack; HashTab; BcdParseData; BcdSymbolPack; BcdUtilities; BcdFileLookup; BcdLiteralsImpl; InternalRCMapBuilderImpl; BcdDebug; BindErrors}; <> AllocImpl; OSMiscOpsImpl; <> InterfaceBinder; }.