summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-09-24 12:53:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-09-24 12:53:32 (GMT)
commiteecec49335f0d2337be70d531e45388e516a3553 (patch)
tree8d1d95ce1f23411ccbc34e67f4f0aa76908519f8 /generic/tclCompile.h
parent12a1147d92f1b9f9f75f2340701430d18f970795 (diff)
downloadtcl-eecec49335f0d2337be70d531e45388e516a3553.zip
tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.gz
tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.bz2
Removing more CONST-related warnings.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 272c777..0d2d781 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.31 2002/08/07 15:50:29 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.32 2002/09/24 12:53:33 dkf Exp $
*/
#ifndef _TCLCOMPILATION
@@ -805,7 +805,7 @@ EXTERN int TclPrintInstruction _ANSI_ARGS_((ByteCode* codePtr,
EXTERN void TclPrintObject _ANSI_ARGS_((FILE *outFile,
Tcl_Obj *objPtr, int maxChars));
EXTERN void TclPrintSource _ANSI_ARGS_((FILE *outFile,
- char *string, int maxChars));
+ CONST char *string, int maxChars));
EXTERN void TclRegisterAuxDataType _ANSI_ARGS_((AuxDataType *typePtr));
EXTERN int TclRegisterLiteral _ANSI_ARGS_((CompileEnv *envPtr,
char *bytes, int length, int onHeap));