aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:34:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:34:21 +0300
commit341a029b67d6f35c6b6c0fbce0fafca359247e9b (patch)
treeb2a8366d90fcbfcbb59a0222af9a3a1a6a73a02e /awkgram.y
parentfa1a43af4efe4bc31ea54fca503f880ed2f50f42 (diff)
parent89e27bfb12cb18fe6d14dfb4957f185e8bb21932 (diff)
downloadegawk-341a029b67d6f35c6b6c0fbce0fafca359247e9b.tar.gz
egawk-341a029b67d6f35c6b6c0fbce0fafca359247e9b.tar.bz2
egawk-341a029b67d6f35c6b6c0fbce0fafca359247e9b.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 23325c7e..04e65ef2 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -1239,7 +1239,7 @@ case_value
{
NODE *n = $2->lasti->memory;
bcfree($1);
- add_sign_to_num(n, "+");
+ add_sign_to_num(n, '+');
$$ = $2;
}
| YSTRING