From 2f5a9fd328cea00d6792f26e46a796a21b5157dd Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 13 Sep 2007 03:41:01 +0000 Subject: 2007-09-12 Frank Ch. Eigler * parse.cxx (parse_symbol): Accept println(@hist*()). 2007-09-12 Frank Ch. Eigler * buildok/print_histograms.stp: Test println(@hist*()). --- parse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.cxx') diff --git a/parse.cxx b/parse.cxx index 7b8713f9..0b465aa8 100644 --- a/parse.cxx +++ b/parse.cxx @@ -2269,7 +2269,7 @@ parser::parse_symbol () fmt->print_with_newline = pf_newline; expect_op("("); - if (name == "print" && + if ((name == "print" || name == "println") && (peek_kw("@hist_linear") || peek_kw("@hist_log"))) { // We have a special case where we recognize -- cgit