aboutsummaryrefslogtreecommitdiff
path: root/maketab.c
diff options
context:
space:
mode:
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", "++" },