diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-12-14 18:38:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 02:49:42 +0000 |
commit | d0e6d399d7d5c2c9072a29da40b2cf4e9246353f (patch) | |
tree | e1fff34110b68ccc3b66a30e5e44a62023106706 /epoc | |
parent | 16b7a9a47be196cb33bf757faad24e73ceffc2fc (diff) | |
download | perl-d0e6d399d7d5c2c9072a29da40b2cf4e9246353f.tar.gz |
strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
Message-ID: <20001214183857.B97909@plum.flirble.org>
p4raw-id: //depot/perl@8120
Diffstat (limited to 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index 2ea89c17a2..c2921b72a5 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -341,7 +341,9 @@ d_strerrm='strerror(e)' d_strerror='define' d_strtod='define' d_strtol='define' +d_strtoq='undef' d_strtoul='define' +d_strtouq='undef' d_strtoull='undef' d_strxfrm='define' d_suidsafe='undef' |