Chris Costello wrote:
> On Sun, Apr 25, 1999, [email protected] wrote:
> > Hi,
> >=20
> > # ident LINT
> > LINT:
> > $Id: LINT,v 1.589 1999/04/24 21:45:44 peter Exp $
> >=20
> > with:
> > option NO_F00F_HACK
> >=20
> > # config WORK
> > WORK:15: unknown option "NO_F0F_HACK"
> ^^^^^^^^^^^^^
>
> You made a typo.
No, it is a parsing/stringification botch. It's parsed like this:
ID: NO_F
NUMBER: 00 (octal 0)
ID: F_HACK
Of course, an atoi of "00" and then a sprintf("%d") results in a single "0".
I've fixed this here and will commit it shortly, but I'm a bit nervous about
the scope of the change required to prevent this information loss. :-/ I
don't know enough lex/yacc to do context-sensitive tokenization.
Cheers,
-Peter
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message