1 
 2           /* begin include file ... cond_info_structure.incl.pl1 */
 3           /* last modified 5/7/73 */
 4 
 5             2 length fixed bin,                             /* length in words of this structure */
 6             2 version fixed bin,                  /* version number of this structure */
 7             2 action_flags aligned,               /* tell handler how to proceed */
 8               3 cant_restart bit(1) unal,         /* caller doesn't ever want to be returned to */
 9               3 default_restart bit(1) unal,      /* caller can be returned to with no further action */
10               3 pad bit(34) unal,
11             2 info_string char(256) var,          /* may contain printable message */
12             2 status_code fixed bin(35),          /* if^=0, code interpretable by com_err_ */
13           /* end include file ... cond_info_structure.incl.pl1 */