comparison libinterp/parse-tree/pt-bp.h @ 16644:856cb7cba231 classdef

maint: periodic merge of default to classdef
author John W. Eaton <jwe@octave.org>
date Sun, 12 May 2013 21:45:57 -0400
parents 947cf10c94da 645672f1c873
children 93b3d03b05e7
comparison
equal deleted inserted replaced
16595:8abae9ea4cb5 16644:856cb7cba231
134 134
135 void visit_unwind_protect_command (tree_unwind_protect_command&); 135 void visit_unwind_protect_command (tree_unwind_protect_command&);
136 136
137 octave_value_list get_list (void) { return bp_list; } 137 octave_value_list get_list (void) { return bp_list; }
138 138
139 int get_line (void) { return line; } 139 int get_line (void) { return found ? line : 0; }
140 140
141 private: 141 private:
142 142
143 void do_decl_command (tree_decl_command&); 143 void do_decl_command (tree_decl_command&);
144 144