Mercurial > hg > octave-lyh
diff src/pt-id.h @ 3010:1aeb8869e464
[project @ 1997-06-01 19:24:02 by jwe]
author | jwe |
---|---|
date | Sun, 01 Jun 1997 19:29:53 +0000 |
parents | daa1ed1f5462 |
children | d14c483b3c12 |
line wrap: on
line diff
--- a/src/pt-id.h +++ b/src/pt-id.h @@ -79,6 +79,12 @@ void mark_as_formal_parameter (void); + // We really need to know whether this symbol referst to a variable + // or a function, but we may not know that yet. + + bool lvalue_ok (void) const + { return true; } + octave_value rvalue (void); octave_value_list rvalue (int nargout);