Deleted comment that was no longer applicable
authorceriel <none@none>
Wed, 27 Nov 1991 14:52:17 +0000 (14:52 +0000)
committerceriel <none@none>
Wed, 27 Nov 1991 14:52:17 +0000 (14:52 +0000)
lang/m2/comp/LLlex.c

index 15c27ff..311d64c 100644 (file)
@@ -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;