Re: config NO_F00F_HACK

1999-04-26 Thread Peter Wemm
Chris Costello 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

Re: config NO_F00F_HACK

1999-04-26 Thread Alexander Leidinger
On 26 Apr, Peter Wemm wrote: 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. What about pseudo-device i4bq921 at the moment I

Re: config NO_F00F_HACK

1999-04-26 Thread Peter Wemm
Alexander Leidinger wrote: On 26 Apr, Peter Wemm wrote: 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. What

Re: config NO_F00F_HACK

1999-04-26 Thread Jos Backus
On Mon, Apr 26, 1999 at 05:37:51PM +0800, Peter Wemm wrote: [parsing hell elided] Sigh... Maybe config should be rewritten in perl :-) Ducking, -- Jos Backus _/ _/_/_/ Reliability means never _/ _/ _/ having to say you're sorry.

Re: config NO_F00F_HACK

1999-04-26 Thread Luoqi Chen
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

Re: config NO_F00F_HACK

1999-04-26 Thread Peter Wemm
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

Re: config NO_F00F_HACK

1999-04-26 Thread Daniel C. Sobral
Jos Backus wrote: On Mon, Apr 26, 1999 at 05:37:51PM +0800, Peter Wemm wrote: [parsing hell elided] Sigh... Maybe config should be rewritten in perl :-) If it properly respected spaces, it would have been enough. comments about things that ignore spaces elided -- Daniel C. Sobral

Re: config NO_F00F_HACK

1999-04-26 Thread Luoqi Chen
It works here fine, but I can't pretend that I understand it. :-) Will you commit it? Cheers, -Peter There's some problems with one I posted (e.g. can't deal with cases where a keyword is followed immediately by a number like irq1), I'll commit a better one. -lq To Unsubscribe: send

config NO_F00F_HACK

1999-04-25 Thread A . Leidinger
Hi, # ident LINT LINT: $Id: LINT,v 1.589 1999/04/24 21:45:44 peter Exp $ with: option NO_F00F_HACK # config WORK WORK:15: unknown option NO_F0F_HACK with: option NO_F00F_HACK # config WORK Don't forget to do a ``make depend'' Bye, Alexander. -- http://netchild.home.pages.de

Re: config NO_F00F_HACK

1999-04-25 Thread Chris Costello
On Sun, Apr 25, 1999, a.leidin...@wurzelausix.cs.uni-sb.de wrote: Hi, # ident LINT LINT: $Id: LINT,v 1.589 1999/04/24 21:45:44 peter Exp $ with: option NO_F00F_HACK # config WORK WORK:15: unknown option NO_F0F_HACK ^ You made a typo. --