diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-05-31 01:10:20 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-06-13 00:00:31 +0200 |
commit | d0b86e2f7c43ab4fc0721d279c46624052695726 (patch) | |
tree | 638e9906802d130740b47786d78ecc29d88c1644 /symbian | |
parent | 323fd7cc4020999815f95d50243cbcf61e5e42f0 (diff) | |
download | perl-d0b86e2f7c43ab4fc0721d279c46624052695726.tar.gz |
Protect against ptrdiff_t not being available.
This is primarily for pedantic builds; ptrdiff_t is now standard,
and had already been in use in the core without guards.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index fc588c3d34..d86c71ed61 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -319,6 +319,7 @@ d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' d_pthread_yield='undef' +d_ptrdiff_t='define' d_pwage='undef' d_pwchange='undef' d_pwclass='undef' |