diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 15:46:20 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:51:53 +0100 |
commit | 516e10a9956d11346cdddceee7203ef7e6181dc0 (patch) | |
tree | 3bf553d17736770fe4109fd393c958dd6629af2b /config_h.SH | |
parent | 6e876d890f021fe5f975eed6716986552e849b66 (diff) | |
download | perl-516e10a9956d11346cdddceee7203ef7e6181dc0.tar.gz |
Assume C89 "volatile" keyword
The Configure changes here were generated using a version of metaconfig
that makes U/perl/perlxv.U assume that the keyword exists, and prevents
U/modified/d_volatile.U from promising to define a "volatile" keyword;
otherwise, those units would bring in the relevant Configure probe anyway.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config_h.SH b/config_h.SH index 66039d3d61..e2ff49dab0 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2168,15 +2168,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define Signal_t $signal_t /* Signal handler's return type */ -/* HASVOLATILE: - * This symbol, if defined, indicates that this C compiler knows about - * the volatile declaration. - */ -#$d_volatile HASVOLATILE /**/ -#ifndef HASVOLATILE -#define volatile -#endif - /* I_DIRENT: * This symbol, if defined, indicates to the C program that it should * include <dirent.h>. Using this symbol also triggers the definition |