Deleted comment that was no longer applicable
This commit is contained in:
parent
bf0caa6f32
commit
670b7264ad
|
@ -398,7 +398,6 @@ again:
|
||||||
register enum statetp state;
|
register enum statetp state;
|
||||||
register int base = 8;
|
register int base = 8;
|
||||||
register char *np = &buf[0];
|
register char *np = &buf[0];
|
||||||
/* allow a '-' to be added */
|
|
||||||
|
|
||||||
*np++ = ch;
|
*np++ = ch;
|
||||||
state = is_oct(ch) ? Oct : Dec;
|
state = is_oct(ch) ? Oct : Dec;
|
||||||
|
|
Loading…
Reference in a new issue