From 098e3b0043c275cfe195be1c592baf5716ab73e5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Mar 2009 16:02:34 -0400 Subject: Fixed parsing of '(1, 2, (3, 4))' --- src/op.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/op.cc') diff --git a/src/op.cc b/src/op.cc index beffab9e..902d370a 100644 --- a/src/op.cc +++ b/src/op.cc @@ -490,7 +490,6 @@ bool expr_t::op_t::print(std::ostream& out, const context_t& context) const break; case O_CONS: - assert(has_right()); out << "("; found = print_cons(out, this, context); out << ")"; -- cgit v1.2.3