summaryrefslogtreecommitdiff
path: root/ext/SDBM_File
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 14:43:38 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:13 +0100
commitb78ed007fa9baa198c63557db888ec30e57d786e (patch)
tree111a53a2b4f23174867d4be8b9e6a42182bc86c5 /ext/SDBM_File
parent3576247a261ea97b6808934dc3fba546f1afd2d5 (diff)
downloadperl-b78ed007fa9baa198c63557db888ec30e57d786e.tar.gz
Don't attempt to define or use STANDARD_C
We rely on a C89 implementation anyway.
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r--ext/SDBM_File/sdbm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/SDBM_File/sdbm.h b/ext/SDBM_File/sdbm.h
index cfb455261f..ba001cfbed 100644
--- a/ext/SDBM_File/sdbm.h
+++ b/ext/SDBM_File/sdbm.h
@@ -111,10 +111,6 @@ extern long sdbm_hash(const char *, int);
# endif
#endif
-#if defined(__STDC__) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus)
-# define STANDARD_C 1
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <setjmp.h>