diff options
| author | nijtmans <nijtmans> | 2008-10-22 20:23:59 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2008-10-22 20:23:59 (GMT) |
| commit | 1d55f79a0bd3a10e918dfb04cee0075e1233bf96 (patch) | |
| tree | f697e3956660aaac137dd0ede261598f7662548e /generic/tclStubLib.c | |
| parent | 4231adaef34542ed0183f37f320fd9a92aa4d825 (diff) | |
| download | tcl-1d55f79a0bd3a10e918dfb04cee0075e1233bf96.zip tcl-1d55f79a0bd3a10e918dfb04cee0075e1233bf96.tar.gz tcl-1d55f79a0bd3a10e918dfb04cee0075e1233bf96.tar.bz2 | |
Letting CONST die a slow and graceful death, since NO_CONST was
broken since 8.4 and no-one complained about it.
Diffstat (limited to 'generic/tclStubLib.c')
| -rw-r--r-- | generic/tclStubLib.c | 4 |
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; |
