diff options
author | Aaron Crane <arc@cpan.org> | 2018-11-27 11:32:11 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2018-11-27 11:43:22 +0000 |
commit | 79ad5206c03201d76b9dcd75277ed02999f26eac (patch) | |
tree | 1bea1cac242a399a4aaae569a303b54b325b68cc /uconfig.h | |
parent | daced5aea4695da4ec9e629bb3153a865d480075 (diff) | |
download | perl-79ad5206c03201d76b9dcd75277ed02999f26eac.tar.gz |
Rely on C89 "const"
The metaconfig probe for <db.h> previously relied on the d_const symbol set
by the "const" probe, so generating Configure here has been done against
metaconfig commit 1204d4627a06b11f16620188f3fa83159ed35fd9 which changes
that.
Thanks to khw++ for pointing out this oversight in my attempt last year to
make the codebase rely on C89.
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -1479,17 +1479,6 @@ */ /*#define HAS_BACKTRACE / **/ -/* HASCONST: - * This symbol, if defined, indicates that this C compiler knows about - * the const type. There is no need to actually test for that symbol - * within your programs. The mere use of the "const" keyword will - * trigger the necessary tests. - */ -/*#define HASCONST / **/ -#ifndef HASCONST -#define const -#endif - /* HAS_CSH: * This symbol, if defined, indicates that the C-shell exists. */ @@ -5230,6 +5219,6 @@ #endif /* Generated from: - * 86429d6dea8cb2d81b30da9d916693eb4c04ebeb21969c8df6f470ac77cd5c92 config_h.SH - * fd30f4a36ebf71b0b366649cee58bb37d9d61863201e087e8f40e4ceae0abf1d uconfig.sh + * 875df2221ab768da0a87740ad45e12bbc9e3b483bfa1a913727e982350ad74cf config_h.SH + * 24ca29f990de08f8119ad2c15f060361b86fc407caab088289d7d5ac3e0f117a uconfig.sh * ex: set ro: */ |