summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-21 09:31:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-21 09:31:52 +0000
commit4d09c4dea70059a14cd5e6548ac118d2ad075dcb (patch)
treece660090a8f8718230d3169eca7b80aba386aa70 /x2p
parentfb38d079f941c715cfb0486ced0d003ca5964c75 (diff)
downloadperl-4d09c4dea70059a14cd5e6548ac118d2ad075dcb.tar.gz
Remove last remaining reference to vax11c
p4raw-id: //depot/perl@25811
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 35a2a439d5..1f3c9f692d 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -23,7 +23,7 @@
# include "../config.h"
#endif
-#if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus)
+#if defined(__STDC__) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus)
# define STANDARD_C 1
#endif