From: ceriel Date: Wed, 27 Nov 1991 14:52:17 +0000 (+0000) Subject: Deleted comment that was no longer applicable X-Git-Tag: release-5-5~591 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=670b7264ad3fa1609e3a84b4320b8bf66d743269;p=ack.git Deleted comment that was no longer applicable --- diff --git a/lang/m2/comp/LLlex.c b/lang/m2/comp/LLlex.c index 15c27ff40..311d64c2e 100644 --- a/lang/m2/comp/LLlex.c +++ b/lang/m2/comp/LLlex.c @@ -398,7 +398,6 @@ again: register enum statetp state; register int base = 8; register char *np = &buf[0]; - /* allow a '-' to be added */ *np++ = ch; state = is_oct(ch) ? Oct : Dec;