-- File PressCompress.configG.WilliamsFebruary 22, 1982 5:30 PM
--
PressCompress: CONFIGURATION
IMPORTS FrameDefs, InlineDefs, Inline, IODefs, MiscDefs, SegmentDefs, StreamDefs, String, StringDefs
CONTROL PressNetCompressor =
BEGIN
PressNetCompressor;
--IMPORTS InlineDefs, IODefs, MiscDefs, PressCompressDefs, SegmentDefs, StreamDefs
--EXPORTS PressCompressDefs
PressNetDecompressor;
--IMPORTS InlineDefs, IODefs, MiscDefs, PressCompressDefs, SegmentDefs
--EXPORTS PressCompressDefs
--for the reporting machinery
WFImpl;
--IMPORTS Inline, Real, String, WF
--EXPORTS WFReal
WFRealImpl;
--IMPORTS Inline, Real, String, WF
--EXPORTS WFReal
RealImpl;
--IMPORTS FrameDefs, String
--EXPORTS Ieee, Real, RealControl, RealFns, RealOps
TimeConvert;
END.