PeachCommon.config
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Tim Diebert: February 17, 1986 1:55:38 pm PST
Dave Rumph, August 8, 1986 12:56:28 pm PDT
PeachCommon: CONFIGURATION LINKS: CODE
IMPORTS BasicTime, Commander, CommandTool, Convert, FS, GVBasics, GVNames, IO, PDInterpOutput, Process, PupName, PupStream, RefText, Rope, RuntimeError, STP, UnsafeStorage, UserCredentials, ViewerIO, VM, WatchStats
EXPORTS ALL
CONTROL
PDQueueImpl,
PDInterpSysCallsDevelImpl,
PDRemoteStreamLocalStub,
PDInterpBitmapImpl,
PDInterpReaderImpl,
PDInterpPageImpl,
PDInterpMainImpl,
PDUserImpl
= BEGIN
PDQueueImpl;
PDInterpSysCallsDevelImpl;
PDRemoteStreamLocalStub;
PDInterpBitmapImpl;
PDInterpReaderImpl;
PDInterpPageImpl;
PDInterpMainImpl;
PDUserImpl;
END.