summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 11:48:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 11:48:05 (GMT)
commit1892e61aa6a78031b136ba00cedcddec2c3a534d (patch)
treed44984046a6266997c88557bb2563ad347cd9562 /generic/tclTomMathDecls.h
parent4a2c3d9ab9bddefd822a41b5c8ce7fa80894860d (diff)
downloadtcl-1892e61aa6a78031b136ba00cedcddec2c3a534d.zip
tcl-1892e61aa6a78031b136ba00cedcddec2c3a534d.tar.gz
tcl-1892e61aa6a78031b136ba00cedcddec2c3a534d.tar.bz2
Simplification: don't declare struct types that are never used.
Diffstat (limited to 'generic/tclTomMathDecls.h')
-rw-r--r--generic/tclTomMathDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMathDecls.h b/generic/tclTomMathDecls.h
index 4f6c3bf..ef22153 100644
--- a/generic/tclTomMathDecls.h
+++ b/generic/tclTomMathDecls.h
@@ -278,7 +278,7 @@ EXTERN int TclBN_mp_cnt_lsb(const mp_int *a);
typedef struct TclTomMathStubs {
int magic;
- const struct TclTomMathStubHooks *hooks;
+ void *hooks;
int (*tclBN_epoch) (void); /* 0 */
int (*tclBN_revision) (void); /* 1 */