diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-15 12:54:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-15 12:54:12 (GMT) |
commit | b99314020d3b01f6b4616e7d1f36a9d120b0d7ec (patch) | |
tree | e6dde3bdb849d1ace65b49cfc8ebfcb1c4557185 /generic/tclTomMath.decls | |
parent | e00ef49560bb5bd4349d017887c7cd5a2d0ba38e (diff) | |
download | tcl-b99314020d3b01f6b4616e7d1f36a9d120b0d7ec.zip tcl-b99314020d3b01f6b4616e7d1f36a9d120b0d7ec.tar.gz tcl-b99314020d3b01f6b4616e7d1f36a9d120b0d7ec.tar.bz2 |
Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl 8.6.9, isn't used anywhere in Tcl, and is going to be deprecated in libtommath.
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r-- | generic/tclTomMath.decls | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls index c5645a4..40b182f 100644 --- a/generic/tclTomMath.decls +++ b/generic/tclTomMath.decls @@ -254,9 +254,6 @@ declare 75 { declare 76 { mp_err TclBN_mp_signed_rsh(const mp_int *a, int b, mp_int *c) } -declare 77 { - mp_bool TclBN_mp_get_bit(const mp_int *a, unsigned int b) -} # Added in libtommath 1.2.0 declare 78 { |