*copyc occ$condition_limits
?? NEWTITLE := 'Interrupt conditions : ''OC''  300 .. 399', EJECT ??
?? FMT (FORMAT := OFF) ??

CONST
  occ$interrupt_base_exception    = occ$min_ecc + 300,


  oce$internal_error              = occ$interrupt_base_exception +  0,
    {E Internal error detected: +P.}

  oce$premature_eof_in_segment    = occ$interrupt_base_exception +  1,
    {E Premature end of file encountered on +F.}

  oce$structure_error_in_segment  = occ$interrupt_base_exception +  2,
    {E Structure error encountered on file +F2: +P1.}


  occ$max_interrupt_exception     = occ$interrupt_base_exception + 99;

?? FMT (FORMAT := ON) ??
?? OLDTITLE ??
