From: johanknol Date: Fri, 8 Feb 2002 17:01:55 +0000 (+0000) Subject: fixed bug #513218 ~ as suggested X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d2e92800ff67b23b3afbd4a6e446cb1e553f3a82;p=fw%2Fsdcc fixed bug #513218 ~ as suggested git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1907 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCpeeph.c b/src/SDCCpeeph.c index dfd7d84c..2812bbc9 100644 --- a/src/SDCCpeeph.c +++ b/src/SDCCpeeph.c @@ -600,6 +600,8 @@ bindVar (int key, char **s, hTab ** vtab) if (*vvx == ')') ubb--; } + // include the trailing ')' + *vv++ = *vvx++; } else *vv++ = *vvx++;