Yggdrasil.config
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Last edited by
Bob Hagmann October 17, 1988 2:36:49 pm PDT
Yggdrasil: CONFIG
IMPORTS
Atom, BasicTime, BTree, BTreeVM, Camelot, ConstArith, IO, IOUtils, Mach, Process, RedBlackTree, RefTab, RefText, Rope, RuntimeError, SafeStorage, YggdrasilInit, YggMonitoringLog, VM
EXPORTS
ALL
CONTROL
ExtendibleHashImpl,
YggBuffManImpl,
YggFilePackage,
YggLockImpls,
YggIndexImpls,
YggNavImpls,
YggRepImpls,
YggTransactionImpl,
YggdrasilInitImpl
= BEGIN
ExtendibleHashImpl;
YggBuffManImpl;
YggFilePackage;
YggLockImpls;
YggIndexImpls;
YggNavImpls;
YggRepImpls;
YggTransactionImpl;
YggdrasilInitImpl;
END.