--TemporarySpecialExecOps.mesa -- Edited by Sweet, April 6, 1981 2:35 PM DIRECTORY ExecOps USING [Command, Outcome], Feedback USING [ProcsHandle]; TemporarySpecialExecOps: DEFINITIONS = BEGIN CompileUsingFeedback: PROC[ cmd: ExecOps.Command, feedbackProcs: Feedback.ProcsHandle] RETURNS [ExecOps.Outcome]; BindUsingFeedback: PROC[ cmd: ExecOps.Command, feedbackProcs: Feedback.ProcsHandle] RETURNS [ExecOps.Outcome]; END.