summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-01-15 22:01:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-01-15 22:01:20 (GMT)
commit120e20626993d6ea54626bd97ee13d70363534fb (patch)
treea6b727ed88237449e74b519f1a7f56847fd86831 /generic/tclStubInit.c
parent3d5d443c72f5b384643fecf9bdaa1c20800261bd (diff)
parentdbd3f823aa0643083cc896c944c8188782f84153 (diff)
downloadtcl-120e20626993d6ea54626bd97ee13d70363534fb.zip
tcl-120e20626993d6ea54626bd97ee13d70363534fb.tar.gz
tcl-120e20626993d6ea54626bd97ee13d70363534fb.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 6bd6e53..e29330b 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -138,6 +138,7 @@ static void uniCodePanic(void) {
#define TclBN_mp_to_radix mp_to_radix
#define TclBN_mp_to_ubin mp_to_ubin
#define TclBN_mp_ubin_size mp_ubin_size
+#define TclBN_mp_unpack mp_unpack
#define TclBN_mp_xor mp_xor
#define TclBN_mp_zero mp_zero
#define TclBN_s_mp_add s_mp_add
@@ -1199,7 +1200,7 @@ const TclTomMathStubs tclTomMathStubs = {
TclBN_mp_set_u64, /* 68 */
TclBN_mp_get_mag_u64, /* 69 */
TclBN_mp_set_i64, /* 70 */
- 0, /* 71 */
+ TclBN_mp_unpack, /* 71 */
0, /* 72 */
TclBN_mp_tc_and, /* 73 */
TclBN_mp_tc_or, /* 74 */