diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-09-11 09:14:36 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-09-16 11:58:45 +0200 |
commit | de2d3e8dce1543b8d4baf3f4f33ce6bc4fc8b7d1 (patch) | |
tree | 858c179b8a0ad63e5762cf8aa4ffea9ed2064ae8 /x2p | |
parent | 207635a3e761e401070c0d5be61197c25c0ed266 (diff) | |
download | perl-de2d3e8dce1543b8d4baf3f4f33ce6bc4fc8b7d1.tar.gz |
Stop using VOIDUSED in the headers.
VOIDUSED was provided by metaconfig to work around pre-ANSI compilers that
didn't support all uses of the void type. We've been mandating a proper ANSI
C89 compiler for at least a decade, so we don't need this any more.
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ * License or the Artistic License, as specified in the README file. */ -#define VOIDUSED 1 - #ifdef WIN32 #define _INC_WIN32_PERL5 /* kludge around win32 stdio layer */ #endif |