From d2e92800ff67b23b3afbd4a6e446cb1e553f3a82 Mon Sep 17 00:00:00 2001 From: johanknol Date: Fri, 8 Feb 2002 17:01:55 +0000 Subject: [PATCH] fixed bug #513218 ~ as suggested git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1907 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCpeeph.c | 2 ++ 1 file changed, 2 insertions(+) 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++; -- 2.30.2