-- AMTypesPackage.config -- Last Modified By Paul Rovner On December 17, 1982 8:49 am 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, 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.