aboutsummaryrefslogtreecommitdiff
path: root/maketab.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
commit32093f5bbf567525d88566a449a89c72d2845e7e (patch)
treee318357b7bf5a945f7cf9abd4bb9beb50f6c093a /maketab.c
parentba7569c255707801e91d04387fbcf22465b9181e (diff)
downloadone-true-awk-32093f5bbf567525d88566a449a89c72d2845e7e.tar.gz
Fix multiple long-standing bugs, improve test suite.
Diffstat (limited to 'maketab.c')
-rw-r--r--maketab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/maketab.c b/maketab.c
index 31acd75..e23974c 100644
--- a/maketab.c
+++ b/maketab.c
@@ -62,6 +62,7 @@ struct xx
{ DIVIDE, "arith", " / " },
{ MOD, "arith", " % " },
{ UMINUS, "arith", " -" },
+ { UPLUS, "arith", " +" },
{ POWER, "arith", " **" },
{ PREINCR, "incrdecr", "++" },
{ POSTINCR, "incrdecr", "++" },