Mercurial > hg > octave-lyh
diff src/pt-pr-code.cc @ 2878:55cca18e943a
[project @ 1997-04-24 09:19:43 by jwe]
author | jwe |
---|---|
date | Thu, 24 Apr 1997 09:25:02 +0000 |
parents | 8b262e771614 |
children | 1a30f46e1870 |
line wrap: on
line diff
--- a/src/pt-pr-code.cc +++ b/src/pt-pr-code.cc @@ -32,6 +32,15 @@ #include "error.h" #include "pr-output.h" +#include "pt-cmd.h" +#include "pt-const.h" +#include "pt-exp.h" +#include "pt-fcn.h" +#include "pt-fvc.h" +#include "pt-mat.h" +#include "pt-misc.h" +#include "pt-mvr.h" +#include "pt-plot.h" #include "pt-pr-code.h" void @@ -777,7 +786,7 @@ os << ")"; } - os << " = "; + os << " " << expr.oper () << " "; } tree_expression *rhs = expr.right_hand_side ();