diff options
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 86cc080ffa..27f2e588af 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -560,6 +560,7 @@ dlext='dll' dlsrc='dl_symbian.xs' doubleinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f' doublekind='4' +doublemantbits='52' doublenanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7f' doublesize='8' drand01="((rand() & 0x7FFF) / (double) ((unsigned long)1 << 15))" @@ -734,6 +735,7 @@ libperl='libperl.a' localtime_r_proto='0' longdblinfbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00' longdblkind=0 +longdblmantbits='64' longdblnanbytes='0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00' longdblsize=8 longlongsize=8 |