Messages in this thread |  | | | Date | Mon, 16 Aug 2004 01:01:35 +0200 (CEST) | | From | Roman Zippel <> | | Subject | Re: architectures with their own "config PCMCIA" |
| |
Hi,
On Sun, 15 Aug 2004, Geert Uytterhoeven wrote:
> > What about normal numbers? I don't think requiring quotes everywhere for > > this is a good idea. > > And numbers (both decimal and hex) can easily be distinguished from y, n, and m > anyway.
I did consider this at some point, but I didn't want to add further special cases. Every symbol has a tristate and a string value and so you can compare pretty much everything with everything else. Splitting the string value further into other types isn't worth the trouble. The problem at hand is easy enough to solve by adding a type declaration.
bye, Roman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |