$SAVE NOLIST /***************************************************************************** * NSTEXH.LIT: Definition of the exception$info data structure and * exception mode codes used in the Nucleus system call * RQ$SET$EXCEPTION$HANDLER. *****************************************************************************/ DECLARE NO$EXCEPTIONS LITERALLY '0', AVOIDABLE$EXCEPTIONS LITERALLY '1', UN$AVOIDABLE$EXCEPTIONS LITERALLY '2', ALL$EXCEPTIONS LITERALLY '3', EXCEPTION$INFO$STRUCTURE LITERALLY 'STRUCTURE( entry$point POINTER, mode BYTE)'; $RESTORE