diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-15 12:17:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-15 12:17:42 (GMT) |
commit | b28beee0fceabd86aa1a5da06bc5e10df7a19142 (patch) | |
tree | e273cedd12214ac3a5495e55510b88d45e6f791c /generic/tclTomMath.decls | |
parent | 7e79827ba32ed1ac1fa31288f40537a0ddc40429 (diff) | |
parent | e5b1e20b49d4610ec84dc2da862b19d6119452d4 (diff) | |
download | tcl-b28beee0fceabd86aa1a5da06bc5e10df7a19142.zip tcl-b28beee0fceabd86aa1a5da06bc5e10df7a19142.tar.gz tcl-b28beee0fceabd86aa1a5da06bc5e10df7a19142.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r-- | generic/tclTomMath.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls index 76c0e06..460466a 100644 --- a/generic/tclTomMath.decls +++ b/generic/tclTomMath.decls @@ -76,7 +76,7 @@ declare 16 { } # Removed in 9.0 #declare 17 {deprecated {is private function in libtommath}} { -# mp_err MP_WUR TclBN_mp_div_3(const mp_int *a, mp_int *q, unsigned int *r) +# mp_err TclBN_mp_div_3(const mp_int *a, mp_int *q, unsigned int *r) #} declare 18 { void TclBN_mp_exch(mp_int *a, mp_int *b) @@ -146,7 +146,7 @@ declare 39 { } # Removed in 9.0 #declare 40 {nostub {is private function in libtommath}} { -# mp_err MP_WUR TclBN_mp_sqr(const mp_int *a, mp_int *b) +# mp_err TclBN_mp_sqr(const mp_int *a, mp_int *b) #} declare 41 { mp_err MP_WUR TclBN_mp_sqrt(const mp_int *a, mp_int *b) |