-- AMTypesPackage.config -- Last Modified By Paul Rovner On December 21, 1982 2:27 pm AMTypesPackage: CONFIGURATION LINKS: CODE IMPORTS AtomsPrivate, BcdOps, CIFS, ConvertUnsafe, File, Heap, LongString, PilotLoadStateOps, PilotLoadStatePrivate, PrincOpsRuntime, RCMapOps, Rope, RTLoader, RTOS, RTStorageOps, RTTypesBasic, RTTypesBasicPrivate, Runtime, RuntimeInternal, SafeStorage, Space, Transaction, UnsafeStorage, VersionMap, WorldVM EXPORTS AMBridge, AMTypes, RemoteRope, RTTCache, RTFiles, RTSymbols, RTSymbolOps, RTSymbolsPrivate, RTTypesPrivate, RTTypesRemotePrivate, SymbolTable CONTROL SymbolCache, RTGetSymbolsImpl, RTWalkSymbolsImpl, RTTSupportImpl, TypeStringsImpl, RTTypedVariablesImpl, RTTypesBridgeImpl, RTTCacheImpl, RTTypesImpl, RTTDefaultImpl, RTTypedFramesImpl, RTTypesRemoteImpl, RTTypesRemotePrivateImpl, RemoteRopeImpl = BEGIN -- Symbol stuff from the compiler SymbolPack; -- always copied. SymbolCache; RTGetSymbolsImpl; RTWalkSymbolsImpl; RTTSupportImpl; TypeStringsImpl; RTTGFNameImpl; RTTypedVariablesImpl; RTTypesBridgeImpl; RTTCacheImpl; RTTypesImpl; RTTDefaultImpl; RTTypedFramesImpl; RTTypesRemoteImpl; RTTypesRemotePrivateImpl; RemoteRopeImpl; END.