GCC + Threads on Win32 - best gcc results yet
[p5sagit/p5-mst-13.2.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 611eac6..75e65cf 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -7,7 +7,8 @@
 #endif
 
 #if defined(WIN32) && defined(__GNUC__)
-#define FORCE_ARG_STRING(x) #x
+#define STRINGIFY_THINGY(x) #x
+#define FORCE_ARG_STRING(x) STRINGIFY_THINGY(x)
 #else
 #define FORCE_ARG_STRING(x) x
 #endif