Mercurial > hg > octave-lyh
diff src/parse.y @ 3195:7a5a5da64756
[project @ 1998-10-28 22:54:04 by jwe]
author | jwe |
---|---|
date | Wed, 28 Oct 1998 23:01:17 +0000 |
parents | bef7b73c0724 |
children | bc61b0e8d60e |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -1872,7 +1872,7 @@ // XXX FIXME XXX -- what about constant folding here? - return new tree_prefix_expression (t, op1, l, c); + return new tree_prefix_expression (op1, l, c, t); } // Build a postfix expression. @@ -1910,7 +1910,7 @@ // XXX FIXME XXX -- what about constant folding here? - return new tree_postfix_expression (t, op1, l, c); + return new tree_postfix_expression (op1, l, c, t); } // Build an unwind-protect command.