Re: asm-offsets.h is generated in the source tree

From: Keith Owens
Date: Tue Sep 13 2005 - 01:54:18 EST


On Tue, 13 Sep 2005 02:48:43 -0400,
Kyle Moffett <mrmacman_g4@xxxxxxx> wrote:
>On Mon, Sep 12, 2005 at 09:15:25PM +0200, Sam Ravnborg wrote:
>> o Use some magic define trick like:
>> - #include "ARCHDIR##foo.h"
>> - I cannot recall correct syntax but something like this is doable
>
>The syntax for that is one of the following:
>
># define STR(x) #x
># define XSTR(x) STR(x)

Already exists, see include/linux/stringify.h

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/