changeset 28322:db86874f8a6f

maint: merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 18 May 2020 13:48:42 -0400
parents d4cabdf30b4a (current diff) e10c25dd27f1 (diff)
children 8245b890b6b0
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-pr-code.cc	Mon May 18 09:56:19 2020 -0700
+++ b/libinterp/parse-tree/pt-pr-code.cc	Mon May 18 13:48:42 2020 -0400
@@ -543,7 +543,7 @@
                   if (df)
                     {
                       m_nesting.push ('(');
-                      m_os << "(";
+                      m_os << ".(";
                       df->accept (*this);
                       m_os << ")";
                       m_nesting.pop ();