From 566a34c9fa9555b2a6cb984556f9d2609a201111 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 27 Nov 1991 14:52:17 +0000 Subject: [PATCH] Deleted comment that was no longer applicable --- lang/m2/comp/LLlex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/m2/comp/LLlex.c b/lang/m2/comp/LLlex.c index 15c27ff4..311d64c2 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;