From: Rafael Garcia-Suarez Date: Fri, 21 Oct 2005 09:31:52 +0000 (+0000) Subject: Remove last remaining reference to vax11c X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d09c4dea70059a14cd5e6548ac118d2ad075dcb;p=p5sagit%2Fp5-mst-13.2.git Remove last remaining reference to vax11c p4raw-id: //depot/perl@25811 --- diff --git a/x2p/a2p.h b/x2p/a2p.h index 35a2a43..1f3c9f6 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