On Sat, Nov 02, 2002 at 12:52:05AM +0100, Roman Zippel wrote:
> Hi,
>
> On Fri, 1 Nov 2002, Tom Rini wrote:
>
> > I want both of these statements to be legal:
> >
> > config HEXVAL_B
> > hex
> > depends on BAZ
> > default "0x12345678UL"
>
> Why?
Consistency with values? It's not needed, but in somplaces we had:
#define FOO 0x12345678UL,
which was replaced with
#define FOO CONFIG_BAR_VALUE
So for consistency (and only that really, so if it's hard just say No)
I'd like to be able to put back the 'UL' / 'L'
-- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - 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/
This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:22 EST