Messages in this thread |  | | Date | Thu, 12 Jun 2003 11:29:16 +0200 | From | Jörn Engel <> | Subject | Re: [PATCH] __cat and __unique_id in stringify.h |
| |
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/
|  |