diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-16 14:34:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-16 14:34:43 +0300 |
commit | 2c6c33741890ab08659b7c7ef5b8bc91d487f300 (patch) | |
tree | c1789156829bfdc7408804717f9ff40688592573 /awkgram.c | |
parent | 29acfbef6b126efce263945d0e2c4b707cb8cd4b (diff) | |
parent | 89e27bfb12cb18fe6d14dfb4957f185e8bb21932 (diff) | |
download | egawk-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |