23 #if !defined (octave_pt_except_h)
24 #define octave_pt_except_h 1
43 :
tree_command (l, c), try_code (0), catch_code (0), expr_id (0),
44 lead_comm (0), mid_comm (0), trail_comm (0) { }
51 int l = -1,
int c = -1)
52 :
tree_command (l, c), try_code (tc), catch_code (cc), expr_id (id),
53 lead_comm (cl), mid_comm (cm), trail_comm (ct) { }
109 :
tree_command (l, c), unwind_protect_code (0), cleanup_code (0),
110 lead_comm (0), mid_comm (0), trail_comm (0) { }
117 int l = -1,
int c = -1)
118 :
tree_command (l, c), unwind_protect_code (tc), cleanup_code (cc),
119 lead_comm (cl), mid_comm (cm), trail_comm (ct) { }