-- PPComData.Mesa -- Russ Atkinson, August 6, 1982 11:11 am DIRECTORY PPLeaves USING [ISEIndex]; PPComData: CEDAR DEFINITIONS = BEGIN Init: PROC; -- call this to ensure proper setup of exported vars idANY,idINT,idLOCK: PPLeaves.ISEIndex; END.