diff options
author | cvs2fossil <cvs2fossil> | 2006-10-23 13:19:02 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2006-10-23 13:19:02 (GMT) |
commit | ea980b0798d3bfab87faed70cb09ededdb6629cc (patch) | |
tree | 33dac82d6ac48ddafe35c1d555a6947b2f77cae8 | |
parent | 2b7ba69746689abca74ffdbf539f38d5d474cd9e (diff) | |
download | tk-ea980b0798d3bfab87faed70cb09ededdb6629cc.zip tk-ea980b0798d3bfab87faed70cb09ededdb6629cc.tar.gz tk-ea980b0798d3bfab87faed70cb09ededdb6629cc.tar.bz2 |
Created branch core-8-5-a5-syntheticcore_8_5_a5core_8_5_a5_synthetic
-rw-r--r-- | generic/tk.h | 4 | ||||
-rw-r--r-- | generic/tkStubLib.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/generic/tk.h b/generic/tk.h index 8c09d67..e047764 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.89 2006/10/20 22:39:57 nijtmans Exp $ + * RCS: @(#) $Id: tk.h,v 1.88 2006/08/18 10:24:41 dkf Exp $ */ #ifndef _TK @@ -1494,7 +1494,7 @@ typedef struct Tk_ElementSpec { Tk_MainEx(argc, argv, proc, Tcl_CreateInterp()) CONST char * Tk_InitStubs _ANSI_ARGS_((Tcl_Interp *interp, - CONST char *version, int exact)); + char *version, int exact)); #ifndef USE_TK_STUBS diff --git a/generic/tkStubLib.c b/generic/tkStubLib.c index 3fe18a6..ddfe8cf 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.11 2006/10/20 22:39:57 nijtmans Exp $ + * RCS: @(#) $Id: tkStubLib.c,v 1.10 2005/11/27 02:36:14 das Exp $ */ @@ -94,7 +94,7 @@ TkIntXlibStubs *tkIntXlibStubsPtr; MODULE_SCOPE CONST char * Tk_InitStubs(interp, version, exact) Tcl_Interp *interp; - CONST char *version; + char *version; int exact; { CONST char *actualVersion; |