summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-22 03:09:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-22 03:09:55 +0000
commit611e57134ef8720264c53f5e0589f41461af4dcb (patch)
tree7901de389646fca2b4f19dc03c78c679f294afa4 /XSUB.h
parent6ad2b1bc3b01dc0cbc9f3d6840532b8e64de9f53 (diff)
parent2a321948466e7bb48bfd30dd6612a9a479df612a (diff)
downloadperl-611e57134ef8720264c53f5e0589f41461af4dcb.tar.gz
[asperl] integrate latest win32 branch
p4raw-id: //depot/asperl@569
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 73c76b1c36..dc5ee194a5 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -10,7 +10,7 @@
#define XS(name) void name(cv) CV* cv;
#endif
-#if defined(WIN32) && defined(__GNUC__)
+#if 0 /*defined(WIN32) && defined(__GNUC__)*/ /* this bug is gone in mingw32/gcc-2.8.0*/
#define STRINGIFY_THINGY(x) #x
#define FORCE_ARG_STRING(x) STRINGIFY_THINGY(x)
#else
@@ -54,7 +54,7 @@
#ifdef XS_VERSION
# define XS_VERSION_BOOTCHECK \
STMT_START { \
- char *xs_version = FORCE_ARG_STRING(XS_VERSION); \
+ char *xs_version = FORCE_ARG_STRING(XS_VERSION); \
char *vn = "", *module = SvPV(ST(0),na); \
if (items >= 2) /* version supplied as bootstrap arg */ \
Sv = ST(1); \