1 /* ***********************************************************
 2    *                                                         *
 3    * Copyright, (C) Honeywell Information Systems Inc., 1982 *
 4    *                                                         *
 5    *********************************************************** */
 6 /* Begin include file task_condition_info.incl.pl1 */
 7 
 8 dcl  1 finish_info aligned based,
 9        2 header like condition_info_header,
10        2 type char (8);
11 
12 dcl  1 task_debug_info aligned based,
13        2 header like condition_info_header;
14 
15 %include condition_info_header;
16 
17 /* End include file task_condition_info.incl.pl1 */