summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.decls
diff options
context:
space:
mode:
authordas <das>2007-12-10 15:51:14 (GMT)
committerdas <das>2007-12-10 15:51:14 (GMT)
commit1b4bbb280523d165c521ab151bc77cc604a8dc78 (patch)
tree993b6f83ab63e9e11de9a1c77b33ae31722c198c /generic/tclTomMath.decls
parent7a6a37d145e8055bb024f1f0a6e9f342475b4311 (diff)
downloadtcl-1b4bbb280523d165c521ab151bc77cc604a8dc78.zip
tcl-1b4bbb280523d165c521ab151bc77cc604a8dc78.tar.gz
tcl-1b4bbb280523d165c521ab151bc77cc604a8dc78.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.
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)