--- rxvt-unicode/src/rxvtutil.h 2005/12/21 14:23:30 1.14 +++ rxvt-unicode/src/rxvtutil.h 2006/01/02 15:35:43 1.15 @@ -3,6 +3,11 @@ #include +#define PP_CONCAT_(a, b) a ## b +#define PP_CONCAT(a, b) PP_CONCAT_(a, b) +#define PP_STRINGIFY_(a) #a +#define PP_STRINGIFY(a) PP_STRINGIFY_(a) + extern class byteorder { static unsigned int e; // at least 32 bits public: