Mercurial > hg > octave-jordi
diff src/pt-exp.h @ 2979:a3556d2adec9
[project @ 1997-05-15 22:35:37 by jwe]
author | jwe |
---|---|
date | Thu, 15 May 1997 22:36:40 +0000 (1997-05-15) |
parents | f2be17e6f1ea |
children | cd5ad3fd8049 |
line wrap: on
line diff
--- a/src/pt-exp.h +++ b/src/pt-exp.h @@ -39,7 +39,7 @@ class octave_value; class octave_value_list; -class octave_variable_reference; +class octave_lvalue; #include "oct-obj.h" #include "pt-exp-base.h" @@ -286,12 +286,10 @@ private: - void do_assign (octave_variable_reference& ult, - const octave_value_list& args, + void do_assign (octave_lvalue& ult, const octave_value_list& args, const octave_value& rhs_val); - void do_assign (octave_variable_reference& ult, - const octave_value& rhs_val); + void do_assign (octave_lvalue& ult, const octave_value& rhs_val); // The left hand side of the assignment. tree_expression *lhs; @@ -383,7 +381,7 @@ octave_value_list rvalue (int nargout); - octave_variable_reference lvalue (void); + octave_lvalue lvalue (void); void eval_error (void);