summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 10:23:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 10:23:24 (GMT)
commite7f46501e26d06493e8f9ad9f0bbecc9161d0129 (patch)
treef42972f67d7100178a8b287adf3291a8dc886be3 /generic
parent2287394ba1bcf13a8abb6b8097f03e995cd3258a (diff)
downloadtcl-e7f46501e26d06493e8f9ad9f0bbecc9161d0129.zip
tcl-e7f46501e26d06493e8f9ad9f0bbecc9161d0129.tar.gz
tcl-e7f46501e26d06493e8f9ad9f0bbecc9161d0129.tar.bz2
Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two missing "static" keywords in tclUnixNotfy.c. Remove some more files in libtommath directory which are not useful for Tcl.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclTomMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index dd9edaf..c1d83c4 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -346,7 +346,7 @@ int mp_2expt(mp_int *a, int b);
/* Counts the number of lsbs which are zero before the first zero bit */
/*
-int mp_cnt_lsb(mp_int *a);
+int mp_cnt_lsb(const mp_int *a);
*/
/* I Love Earth! */