Mercurial > hg > octave-nkf
changeset 183:aa5d189f5f07
[project @ 1993-10-23 23:14:04 by jwe]
author | jwe |
---|---|
date | Sat, 23 Oct 1993 23:14:04 +0000 |
parents | 2db13bf4f3e2 |
children | 782234508686 |
files | src/parse.y |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -1157,6 +1157,9 @@ * Note that an expression can't be just an identifier anymore -- it * must at least be an index expression (see the definition of the * non-terminal `variable' above). + * + * XXX FIXME XXX. This isn't quite sufficient. For example, try the + * command `x = 4, x' for `x' previously undefined. */ tree * maybe_convert_to_ans_assign (tree *expr)