From 32093f5bbf567525d88566a449a89c72d2845e7e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 22 Aug 2018 20:40:26 +0300 Subject: Fix multiple long-standing bugs, improve test suite. --- maketab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'maketab.c') 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", "++" }, -- cgit v1.2.3