Mercurial > hg > octave-nkf
diff src/pt-const.h @ 435:5e778965b6ea
[project @ 1994-05-25 23:59:02 by jwe]
author | jwe |
---|---|
date | Wed, 25 May 1994 23:59:02 +0000 |
parents | fa0453b25410 |
children | 8c6b86564cee |
line wrap: on
line diff
--- a/src/pt-const.h +++ b/src/pt-const.h @@ -465,6 +465,8 @@ tree_constant convert_to_str (void); + void convert_to_row_or_column_vector (void); + int is_true (void) const; tree_constant cumprod (void) const; @@ -723,6 +725,11 @@ tree_constant convert_to_str (void) { return rep->convert_to_str (); } + void convert_to_row_or_column_vector (void) + { + rep->convert_to_row_or_column_vector (); + } + int is_true (void) const { return rep->is_true (); } tree_constant cumprod (void) const { return rep->cumprod (); }