summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2012-06-02 10:15:57 -0500
committerCraig A. Berry <craigberry@mac.com>2012-06-02 10:51:34 -0500
commit54b3431f2c917d02f2be7a68f4934fab3e35b083 (patch)
treec0bd7c4a951854e86fa9e0df703d2452467dd7f6 /x2p
parent0d3e8370ef06da8302d085647a6cf88cd18c0a35 (diff)
downloadperl-54b3431f2c917d02f2be7a68f4934fab3e35b083.tar.gz
VMS --> __VMS in a2p.h.
C++ does not define VMS, only __VMS. We define VMS in config.h for C++, but here we're trying to figure out how to include config.h, so we don't have it yet. The only compiler that defined only VMS and not __VMS was VAX C, which isn't C89-compliant and can't build Perls from the current century.
Diffstat (limited to 'x2p')
-rw-r--r--x2p/a2p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index af3c6e3349..6083b79ae6 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -13,7 +13,7 @@
#define _INC_WIN32_PERL5 /* kludge around win32 stdio layer */
#endif
-#ifdef VMS
+#ifdef __VMS
# include "config.h"
#elif defined(NETWARE)
# include "../NetWare/config.h"