
21 Feb
2004
21 Feb
'04
6:39 a.m.
here's a small patch that permits stringification in an ISO C portable way. eg, you can have
#define FOO xyzabc
and someplace else call
Xstr(FOO)
which will literally be replaced with
"xyzabc"
this was very useful in a couple of key places in some other patches and new-platform support.
-josh