aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:34:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:34:43 +0300
commit2c6c33741890ab08659b7c7ef5b8bc91d487f300 (patch)
treec1789156829bfdc7408804717f9ff40688592573 /awkgram.c
parent29acfbef6b126efce263945d0e2c4b707cb8cd4b (diff)
parent89e27bfb12cb18fe6d14dfb4957f185e8bb21932 (diff)
downloadegawk-2c6c33741890ab08659b7c7ef5b8bc91d487f300.tar.gz
egawk-2c6c33741890ab08659b7c7ef5b8bc91d487f300.tar.bz2
egawk-2c6c33741890ab08659b7c7ef5b8bc91d487f300.zip
Merge branch 'master' into feature/nocopy
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index 2832babc..7fb0be60 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -3079,7 +3079,7 @@ regular_print:
{
NODE *n = (yyvsp[0])->lasti->memory;
bcfree((yyvsp[-1]));
- add_sign_to_num(n, "+");
+ add_sign_to_num(n, '+');
(yyval) = (yyvsp[0]);
}
#line 3086 "awkgram.c" /* yacc.c:1646 */