{
{ IFC$INTERRUPT:
{
{   This deck defines the interactive interrupt condition code
{ (ifc$interrupt).  The interrupt condition is sent to a task using the
{ ifp$send_interrupt_condition request.  The ifc$interrupt condition code
{ can be used with the pmp$establish_condition_handler to select the
{ interactive interrupt condition or within the condition handler to
{ determine that the interrupt condition has occurred.
{


 CONST
    ifc$interrupt = 5;
