comparison libinterp/octave-value/ov-usr-fcn.h @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents f4d7d0eb5b0c
children 278fc29b69ca
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
315 : cname == dispatch_class ()) 315 : cname == dispatch_class ())
316 : false; 316 : false;
317 } 317 }
318 318
319 // If we are a special expression, then the function body consists of exactly 319 // If we are a special expression, then the function body consists of exactly
320 // one expression. The expression's result is the return value of the 320 // one expression. The expression's result is the return value of the
321 // function. 321 // function.
322 bool is_special_expr (void) const 322 bool is_special_expr (void) const
323 { 323 {
324 return is_inline_function () || is_anonymous_function (); 324 return is_inline_function () || is_anonymous_function ();
325 } 325 }
384 octave_comment_list *leading_comment (void) { return lead_comm; } 384 octave_comment_list *leading_comment (void) { return lead_comm; }
385 385
386 octave_comment_list *trailing_comment (void) { return trail_comm; } 386 octave_comment_list *trailing_comment (void) { return trail_comm; }
387 387
388 // If is_special_expr is true, retrieve the sigular expression that forms the 388 // If is_special_expr is true, retrieve the sigular expression that forms the
389 // body. May be null (even if is_special_expr is true). 389 // body. May be null (even if is_special_expr is true).
390 tree_expression *special_expr (void); 390 tree_expression *special_expr (void);
391 391
392 bool subsasgn_optimization_ok (void); 392 bool subsasgn_optimization_ok (void);
393 393
394 void accept (tree_walker& tw); 394 void accept (tree_walker& tw);