On Fri, Jul 22, 2005 at 05:26:29PM -0400, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
In article [ref] (at Fri, 22 Jul 2005 23:09:13 +0200), Petr Baudis [off-list ref] says:
quoted
quoted
-}
+#define STR_(s) # s
+#define STR(s) STR_(s)
Uh-huh? Why two macros? Well, why any macros at all?
:
quoted
quoted
+ char *colon, *end;
+ char *port = STR(DEFAULT_GIT_PORT);
+ struct addrinfo hints, *ai0, *ai;
The macro is used here.
You could copy the include/linux/stingify.h file from the kernel also.
That makes it available for other users also.
Sam