comparison libinterp/parse-tree/bp-table.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents db8735ee84da e88a07dec498
children 23664317f0d3
comparison
equal deleted inserted replaced
31604:9ecc95d840ca 31606:dfa5d9c3ae72
35 35
36 class octave_map; 36 class octave_map;
37 class octave_user_code; 37 class octave_user_code;
38 class octave_value_list; 38 class octave_value_list;
39 39
40 namespace octave 40 OCTAVE_BEGIN_NAMESPACE(octave)
41 { 41
42 class tree_evaluator; 42 class tree_evaluator;
43 43
44 struct bp_type 44 struct bp_type
45 { 45 {
46 public: 46 public:
203 const bp_lines& lines); 203 const bp_lines& lines);
204 204
205 bp_lines remove_all_breakpoints_in_file_1 (octave_user_code *fcn, 205 bp_lines remove_all_breakpoints_in_file_1 (octave_user_code *fcn,
206 const std::string& fname); 206 const std::string& fname);
207 }; 207 };
208 } 208
209 OCTAVE_END_NAMESPACE(octave)
209 210
210 #endif 211 #endif