summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2008-10-22 20:23:59 (GMT)
committernijtmans <nijtmans@noemail.net>2008-10-22 20:23:59 (GMT)
commit66d3df5a96a1db132096f48112f9c99f8754ae0c (patch)
treef697e3956660aaac137dd0ede261598f7662548e /generic/tclStubLib.c
parent931d6627d3274b5bf5cd80e507a3ab08c357b134 (diff)
downloadtcl-66d3df5a96a1db132096f48112f9c99f8754ae0c.zip
tcl-66d3df5a96a1db132096f48112f9c99f8754ae0c.tar.gz
tcl-66d3df5a96a1db132096f48112f9c99f8754ae0c.tar.bz2
Letting CONST die a slow and graceful death, since NO_CONST was
broken since 8.4 and no-one complained about it. FossilOrigin-Name: dc58eb7219d241ac91b3404382fe30280fced6a1
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 62869d4..24eef57 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubLib.c,v 1.28 2008/10/14 22:37:53 nijtmans Exp $
+ * RCS: @(#) $Id: tclStubLib.c,v 1.29 2008/10/22 20:23:59 nijtmans Exp $
*/
/*
@@ -173,7 +173,7 @@ TclTomMathInitializeStubs(
const char *packageName = "tcl::tommath";
const char *errMsg = NULL;
ClientData pkgClientData = NULL;
- const char *actualVersion =
+ const char *actualVersion =
Tcl_PkgRequireEx(interp, packageName, version, exact, &pkgClientData);
TclTomMathStubs *stubsPtr = pkgClientData;