From 44e29458a6355ad64e8d89676a441b224ce76cbc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 23 Jun 2017 12:36:13 +0300 Subject: Fix parenthesization in the pretty printer for real (we hope!). --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index c5fea5ee..afa37891 100644 --- a/eval.c +++ b/eval.c @@ -381,6 +381,7 @@ static struct optypetab { { "Op_K_else", "else" }, { "Op_K_function", "function" }, { "Op_cond_exp", NULL }, + { "Op_parens", NULL }, { "Op_final --- this should never appear", NULL }, { NULL, NULL }, }; -- cgit v1.2.3