From: Nick Ing-Simmons <nik@tiuk.ti.com>
Date: Fri, 28 Nov 1997 23:05:08 +0000 (+0000)
Subject: Un-botch gcc workround
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=900941544544b9ca5ecbb5e1f24f9c23b3635b68;p=p5sagit%2Fp5-mst-13.2.git

Un-botch gcc workround

p4raw-id: //depot/ansiperl@330
---

diff --git a/XSUB.h b/XSUB.h
index 91d15e9..611eac6 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -49,7 +49,7 @@
 #ifdef XS_VERSION
 # define XS_VERSION_BOOTCHECK \
     STMT_START {							\
-        char *xs_version = FORCE_ARG_STRING(XSVERSION);			\
+        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);							\