diff options
Diffstat (limited to 'generic/tkStubLib.c')
-rw-r--r-- | generic/tkStubLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkStubLib.c b/generic/tkStubLib.c index ddfe8cf..3fe18a6 100644 --- a/generic/tkStubLib.c +++ b/generic/tkStubLib.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: tkStubLib.c,v 1.10 2005/11/27 02:36:14 das Exp $ + * RCS: @(#) $Id: tkStubLib.c,v 1.11 2006/10/20 22:39:57 nijtmans Exp $ */ @@ -94,7 +94,7 @@ TkIntXlibStubs *tkIntXlibStubsPtr; MODULE_SCOPE CONST char * Tk_InitStubs(interp, version, exact) Tcl_Interp *interp; - char *version; + CONST char *version; int exact; { CONST char *actualVersion; |