diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
commit | 269a7913af37c73e7822a085898f90d15d896882 (patch) | |
tree | c7ccba403affe7b92355a82e0b77fdfb8e77a378 /epoc | |
parent | 71481574542a78998bec6e39bd4f238a5619f7cd (diff) | |
download | perl-269a7913af37c73e7822a085898f90d15d896882.tar.gz |
Add probe for isblank() (requested by khw)
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index d983caa2f2..67b582cdd3 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -280,6 +280,7 @@ d_inetpton='undef' d_int64_t='undef' d_iovec_s='undef' d_isascii='define' +d_isblank='undef' d_isfinite='undef' d_isinf='undef' d_isnan='define' |