AMTypesPackage.config
Russ Atkinson, September 23, 1983 4:26 pm
Paul Rovner, December 12, 1983 11:16 am
Bob Hagmann, May 7, 1984 3:35:05 pm PDT
AMTypesPackage: CONFIGURATION LINKS: CODE
IMPORTS
AMProcessBasic, Atom, BcdOps, ConvertUnsafe, DebuggerSwap, FS, LoaderOps, LoadState, PrincOpsUtils, RCMapOps, Rope, RTTypesBasicPrivate, RuntimeError, SafeStorage, SafeStoragePrivate, UnsafeStorage, VersionMapDefaults, VM, WorldVM
EXPORTS
AMBridge, AMFiles, AMFilesExtras, AMTypes, RemotePrincOpsUtils, RemoteRope, RTTCache, RTSymbols, RTSymbolOps, RTSymbolsPrivate, RTTypesPrivate, RTTypesRemotePrivate, SymbolTable
CONTROL
AMFilesImpl,
SymbolCache,
RTGetSymbolsImpl,
RTWalkSymbolsImpl,
RTTSupportImpl,
TypeStringsImpl,
RTTypesBridgeImpl,
RTTCacheImpl,
AMTypesBImpl,
AMVariablesImpl,
AMTypesAImpl,
RTTypedVariablesImpl,
RTTDefaultImpl,
AMFrameBridgeImpl,
RTTypedFramesImpl,
RTTypesRemoteImpl,
RTTypesRemotePrivateImpl,
RemoteRopeImpl,
RemoteFrameImpl
= BEGIN
AMFilesImpl;
Symbol stuff from the compiler
SymbolPack; -- always copied.
SymbolCache;
RTGetSymbolsImpl;
RTWalkSymbolsImpl;
RTTSupportImpl;
TypeStringsImpl;
RTTypesBridgeImpl;
RTTCacheImpl;
AMTypesBImpl;
AMVariablesImpl;
AMTypesAImpl;
RTTypedVariablesImpl;
RTTDefaultImpl;
AMFrameBridgeImpl;
RTTypedFramesImpl;
RTTypesRemoteImpl;
RTTypesRemotePrivateImpl;
RemoteRopeImpl;
RemoteFrameImpl;
END.