summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-02 10:48:43 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-02 13:59:54 -0500
commitbade9271ee0e5b9c22d1e80ca4088af09f1bcf43 (patch)
tree239d66dfce205da2caccdb88df4f41c314655b47 /symbian
parent5a4dabf87fafe1590c8794c98083fd6b5208630f (diff)
downloadperl-bade9271ee0e5b9c22d1e80ca4088af09f1bcf43.tar.gz
Configure: add doublekind for the format of double.
Diffstat (limited to 'symbian')
-rw-r--r--symbian/config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh
index 7496ae9f0c..cd9f454579 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -516,6 +516,7 @@ db_version_patch='0'
direntrytype='struct dirent'
dlext='dll'
dlsrc='dl_symbian.xs'
+doublekind='4'
doublesize='8'
drand01="((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15))"
drand48_r_proto='0'