summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMathInterface.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-08-31 20:48:15 (GMT)
committernijtmans <nijtmans@noemail.net>2010-08-31 20:48:15 (GMT)
commita784172ab84d2a2f7d22135449ffcd1e12691963 (patch)
treec5dcdf908c44f77ddfcc3bd0b202a6614a1b9d7a /generic/tclTomMathInterface.c
parentc4ba19c2572a339c7006f3dd7c2f570bb873331c (diff)
downloadtcl-a784172ab84d2a2f7d22135449ffcd1e12691963.zip
tcl-a784172ab84d2a2f7d22135449ffcd1e12691963.tar.gz
tcl-a784172ab84d2a2f7d22135449ffcd1e12691963.tar.bz2
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.
Typo in rules.vc FossilOrigin-Name: ea7f85f0787c4b9b90454119cf4147a01074a7d1
Diffstat (limited to 'generic/tclTomMathInterface.c')
-rw-r--r--generic/tclTomMathInterface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclTomMathInterface.c b/generic/tclTomMathInterface.c
index eb93fe6..694b607 100644
--- a/generic/tclTomMathInterface.c
+++ b/generic/tclTomMathInterface.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTomMathInterface.c,v 1.15 2010/04/27 12:36:21 nijtmans Exp $
+ * RCS: @(#) $Id: tclTomMathInterface.c,v 1.16 2010/08/31 20:48:17 nijtmans Exp $
*/
#include "tclInt.h"
@@ -44,7 +44,7 @@ TclTommath_Init(
/* TIP #268: Full patchlevel instead of just major.minor */
if (Tcl_PkgProvideEx(interp, "tcl::tommath", TCL_PATCH_LEVEL,
- (ClientData) &tclTomMathStubs) != TCL_OK) {
+ &tclTomMathStubs) != TCL_OK) {
return TCL_ERROR;
}
return TCL_OK;