diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-21 09:31:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-21 09:31:52 +0000 |
commit | 4d09c4dea70059a14cd5e6548ac118d2ad075dcb (patch) | |
tree | ce660090a8f8718230d3169eca7b80aba386aa70 /x2p | |
parent | fb38d079f941c715cfb0486ced0d003ca5964c75 (diff) | |
download | perl-4d09c4dea70059a14cd5e6548ac118d2ad075dcb.tar.gz |
Remove last remaining reference to vax11c
p4raw-id: //depot/perl@25811
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |