1 /* --------------- BEGIN include file syserr_codes.incl.pl1 --------------- */
 2 
 3 /* THIS INCLUDE FILE IS OBSOLETE.  USE syserr_constants include files instead.
 4 This include file is surrently used only by x25_mpx.pl1.  There is a conflict
 5 in names between syserr_constants.incl.pl1 and one of the communications
 6 include files (i.e. CRASH for a mpx rather than the system).  That include
 7 file and syserr_constants should be changed to use more meaningful names. */
 8 
 9 /* This include file contains action codes for calling syserr,
10    admin_gate_$syserr, and friends.
11    Written 01/09/79 by C. D. Tavares after pulling out the source for
12    syserr_real for the seventh time. */
13 
14 dcl (Write_on_console initial (0),
15      Write_and_crash_system initial (1),
16      Write_with_alarm_and_terminate initial (2),
17      Write_with_alarm initial (3),
18      Log_message initial (4),
19      Log_message_or_discard initial (5)) fixed bin static options (constant);
20 
21 /* ---------------- END include file syserr_codes.incl.pl1 ---------------- */
22