summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authorkbk <kbk@noemail.net>2011-07-02 22:36:45 (GMT)
committerkbk <kbk@noemail.net>2011-07-02 22:36:45 (GMT)
commit17fe8298e125970af43035f7177c13e192afed57 (patch)
treecfb063e941efc61b9d4aaf5f1b223dae502e9b76 /generic/tclTomMath.decls
parent6df67af16fce94ddc8d5d6a706b046358b80b4b4 (diff)
parent2f572000ab74d449c9c69b70230a3e04dda068c9 (diff)
downloadtcl-17fe8298e125970af43035f7177c13e192afed57.zip
tcl-17fe8298e125970af43035f7177c13e192afed57.tar.gz
tcl-17fe8298e125970af43035f7177c13e192afed57.tar.bz2
Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]
FossilOrigin-Name: fe4dba4d609fca67d2eefe030096f6cf04184895
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index 5bf338e..29a6a03 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -218,3 +218,6 @@ declare 61 {
declare 62 {
int TclBN_mp_set_int(mp_int* a, unsigned long i)
}
+declare 63 {
+ int TclBN_mp_cnt_lsb(const mp_int* a)
+}