On Thu, 12 June 2003 16:41:53 +1000, Rusty Russell wrote:
> +/* Paste two tokens together. */
> +#define ___cat(a,b) a ## b
> +#define __cat(a,b) ___cat(a,b)
It might be a bit too easy to type ___cat instead of __cat. If you
use ___cat___ or something similar, there might be less problems
caused by typing problems.
Jörn
-- With a PC, I always felt limited by the software available. On Unix, I am limited only by my knowledge. -- Peter J. Schoenster - 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 : Sun Jun 15 2003 - 22:00:31 EST