-- file PPComData.Mesa -- last modified by Satterthwaite, December 18, 1980 10:42 AM -- last edit by Russ Atkinson, 9-Jul-81 14:10:54 DIRECTORY PPLeaves: TYPE USING [ISEIndex]; PPComData: DEFINITIONS = BEGIN Init: PROC; -- call this to ensure proper setup of exported vars idANY,idINT,idLOCK: PPLeaves.ISEIndex; END.