summaryrefslogtreecommitdiff
path: root/x2p
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-09-11 09:14:36 +0200
committerNicholas Clark <nick@ccl4.org>2013-09-16 11:58:45 +0200
commitde2d3e8dce1543b8d4baf3f4f33ce6bc4fc8b7d1 (patch)
tree858c179b8a0ad63e5762cf8aa4ffea9ed2064ae8 /x2p
parent207635a3e761e401070c0d5be61197c25c0ed266 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index ee1717dbee..1d2a562744 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -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