diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-23 12:36:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-23 12:36:13 +0300 |
commit | 44e29458a6355ad64e8d89676a441b224ce76cbc (patch) | |
tree | c2cdddd3f873301845db9c6ad5cabe2b9c30df13 /eval.c | |
parent | 3f061027b6f0e2fe75b59d17efe93c0b84535b1a (diff) | |
download | gawk-44e29458a6355ad64e8d89676a441b224ce76cbc.tar.gz |
Fix parenthesization in the pretty printer for real (we hope!).
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, }; |