summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-12-10 15:51:13 (GMT)
committerdas <das@noemail.net>2007-12-10 15:51:13 (GMT)
commit7eb98a1aba818da60ac311d755194980daa9ec0f (patch)
tree993b6f83ab63e9e11de9a1c77b33ae31722c198c /generic/tclTomMath.decls
parent41858a86bf0f0964bac65f1e74f59265f16696b1 (diff)
downloadtcl-7eb98a1aba818da60ac311d755194980daa9ec0f.zip
tcl-7eb98a1aba818da60ac311d755194980daa9ec0f.tar.gz
tcl-7eb98a1aba818da60ac311d755194980daa9ec0f.tar.bz2
* generic/tcl.decls: use new genstubs 'export' command to
* generic/tclInt.decls: mark exported symbols not in stubs * generic/tclTomMath.decls: table [Tk FR 1716117]; cleanup formatting. FossilOrigin-Name: 8a67b3c764bc894fdb18952d3065263622fc5028
Diffstat (limited to 'generic/tclTomMath.decls')
-rw-r--r--generic/tclTomMath.decls5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls
index d68f512..ce1cec9 100644
--- a/generic/tclTomMath.decls
+++ b/generic/tclTomMath.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclTomMath.decls,v 1.1 2005/12/13 22:43:18 kennykb Exp $
+# RCS: @(#) $Id: tclTomMath.decls,v 1.2 2007/12/10 15:51:15 das Exp $
library tcl
@@ -161,7 +161,8 @@ declare 44 generic {
int TclBN_mp_to_unsigned_bin(mp_int* a, unsigned char* b)
}
declare 45 generic {
- int TclBN_mp_to_unsigned_bin_n(mp_int* a, unsigned char* b, unsigned long* outlen)
+ int TclBN_mp_to_unsigned_bin_n(mp_int* a, unsigned char* b,
+ unsigned long* outlen)
}
declare 46 generic {
int TclBN_mp_toradix_n(mp_int* a, char* str, int radix, int maxlen)