diff libinterp/parse-tree/oct-parse.yy @ 25830:9b0e5a035cd0

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Aug 2018 14:02:30 -0400
parents libinterp/parse-tree/oct-parse.in.yy@8ac4bfa55053 libinterp/parse-tree/oct-parse.in.yy@19b2e75069e2
children f881d3e271d2
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.yy	Tue Aug 28 00:09:59 2018 -0400
+++ b/libinterp/parse-tree/oct-parse.yy	Tue Aug 28 14:02:30 2018 -0400
@@ -2643,7 +2643,7 @@
     int l = tok_val->line ();
     int c = tok_val->column ();
 
-    return new tree_binary_expression (op1, op2, l, c, t);
+    return maybe_compound_binary_expression (op1, op2, l, c, t);
   }
 
   // Build a boolean expression.