AMTypesPackage.config
Paul Rovner, March 31, 1983 1:26 pm
Russ Atkinson, April 14, 1983 2:47 pm
AMTypesPackage: CONFIGURATION LINKS: CODE
IMPORTS
AMProcessBasic, AtomsPrivate, BcdOps, CIFS, CedarLinkerOps, ConvertUnsafe, File, Heap, LongString, PilotLoadStateOps, PilotLoadStatePrivate, PrincOpsRuntime, NewRCMapOps, Rope, RTLoader, RTOS, RTStorageOps, RTTypesBasic, RTTypesBasicPrivate, Runtime, SafeStorage, Space, Transaction, UnsafeStorage, VersionMapDefaults, WorldVM
EXPORTS
AMBridge, AMBridgeExtras, AMTypes, RemoteRope, RTTCache, RTFiles, RTFilesExtra, RTSymbols, RTSymbolOps, RTSymbolsPrivate, RTTypesPrivate, RTTypesRemotePrivate, SymbolTable
CONTROL
SymbolCache,
RTGetSymbolsImpl,
RTWalkSymbolsImpl,
RTTSupportImpl,
TypeStringsImpl,
RTTypedVariablesImpl,
AMVariablesImpl,
RTTypesBridgeImpl,
RTTCacheImpl,
AMTypesAImpl,
AMTypesBImpl,
RTTDefaultImpl,
AMFrameBridgeImpl,
RTTypedFramesImpl,
RTTypesRemoteImpl,
RTTypesRemotePrivateImpl,
RemoteRopeImpl
= BEGIN
Symbol stuff from the compiler
SymbolPack; -- always copied.
SymbolCache;
RTGetSymbolsImpl;
RTWalkSymbolsImpl;
RTTSupportImpl;
TypeStringsImpl;
RTTGFNameImpl;
RTTypedVariablesImpl;
AMVariablesImpl;
RTTypesBridgeImpl;
RTTCacheImpl;
AMTypesAImpl;
AMTypesBImpl;
RTTDefaultImpl;
AMFrameBridgeImpl;
RTTypedFramesImpl;
RTTypesRemoteImpl;
RTTypesRemotePrivateImpl;
RemoteRopeImpl;
END.