
{ This Type describes the interface from Program Management to a
{ DEFAULT CONDition HANDLER supplied EXTernally from the OS.

  TYPE
    pmt$ext_default_cond_handler = procedure
          (    condition: pmt$condition;
               system_default_handler: ^pmt$sys_default_cond_handler;
           VAR status: ost$status);

*copyc ost$status
*copyc pmt$condition
*copyc pmt$sys_default_cond_handler
