This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't attempt to define or use STANDARD_C
[perl5.git]
/
ext
/
SDBM_File
/
sdbm.h
diff --git
a/ext/SDBM_File/sdbm.h
b/ext/SDBM_File/sdbm.h
index
cfb4552
..
ba001cf
100644
(file)
--- 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>