Luoqi Chen wrote:
> > > On Sun, Apr 25, 1999, a.leidin...@wurzelausix.cs.uni-sb.de 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 abou
    t
> > the scope of the change required to prevent this information loss. :-/  I
> > don't know enough lex/yacc to do context-sensitive tokenization.
> > 
> This should be fairly simple, please try this,

It works here fine, but I can't pretend that I understand it. :-)  Will you
commit it?

Cheers,
-Peter



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to