Remove last remaining reference to vax11c
Rafael Garcia-Suarez [Fri, 21 Oct 2005 09:31:52 +0000 (09:31 +0000)]
p4raw-id: //depot/perl@25811

x2p/a2p.h

index 35a2a43..1f3c9f6 100644 (file)
--- 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