summaryrefslogtreecommitdiff
path: root/m4/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'm4/input.c')
-rw-r--r--m4/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/input.c b/m4/input.c
index 3804b669..f9e75e91 100644
--- a/m4/input.c
+++ b/m4/input.c
@@ -1625,7 +1625,7 @@ match_input (m4 *context, const char *s, size_t len, bool consume)
}
next_char (context, false, false, false);
- for (n = 1, t = s++; (ch = peek_char (context, false)) == to_uchar (*s++); )
+ for (n = 1, t = s++; peek_char (context, false) == to_uchar (*s++); )
{
next_char (context, false, false, false);
n++;