diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-02 10:48:43 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-02 13:59:54 -0500 |
commit | bade9271ee0e5b9c22d1e80ca4088af09f1bcf43 (patch) | |
tree | 239d66dfce205da2caccdb88df4f41c314655b47 /plan9 | |
parent | 5a4dabf87fafe1590c8794c98083fd6b5208630f (diff) | |
download | perl-bade9271ee0e5b9c22d1e80ca4088af09f1bcf43.tar.gz |
Configure: add doublekind for the format of double.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 3583b5d6f6..fe933c261d 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -569,6 +569,7 @@ db_version_patch='' direntrytype='struct dirent' dlext='none' dlsrc='dl_none.xs' +doublekind='3' doublesize='8' drand01='(rand() / (double) ((unsigned long)1 << 15))' drand48_r_proto='0' |