comparison src/ov-usr-fcn.cc @ 11461:2b8531a6a3c9

Change mentions of "nested function" to the less misleading "subfunction"
author David Grundberg <individ@acc.umu.se>
date Sat, 08 Jan 2011 11:53:51 +0100
parents 0d9640d755b1
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11460:17936067b48f 11461:2b8531a6a3c9
179 lead_comm (), trail_comm (), file_name (), 179 lead_comm (), trail_comm (), file_name (),
180 parent_name (), t_parsed (static_cast<time_t> (0)), 180 parent_name (), t_parsed (static_cast<time_t> (0)),
181 t_checked (static_cast<time_t> (0)), 181 t_checked (static_cast<time_t> (0)),
182 system_fcn_file (false), call_depth (-1), 182 system_fcn_file (false), call_depth (-1),
183 num_named_args (param_list ? param_list->length () : 0), 183 num_named_args (param_list ? param_list->length () : 0),
184 nested_function (false), inline_function (false), 184 subfunction (false), inline_function (false),
185 class_constructor (false), class_method (false), 185 class_constructor (false), class_method (false),
186 parent_scope (-1), local_scope (sid), 186 parent_scope (-1), local_scope (sid),
187 curr_unwind_protect_frame (0) 187 curr_unwind_protect_frame (0)
188 { 188 {
189 if (cmd_list) 189 if (cmd_list)