summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2009-01-22 06:42:32 (GMT)
committernijtmans <nijtmans@noemail.net>2009-01-22 06:42:32 (GMT)
commitcf4bcf4b21942c3c1a414cb2eb06b1a6ed03eb60 (patch)
tree6d0ba0d888c02ee1ac8ad6f7a50157036d96fbd9 /generic/tclCompile.h
parent82dc523db09ec9c6dfc25bb9676e6b83892d9bad (diff)
downloadtcl-cf4bcf4b21942c3c1a414cb2eb06b1a6ed03eb60.zip
tcl-cf4bcf4b21942c3c1a414cb2eb06b1a6ed03eb60.tar.gz
tcl-cf4bcf4b21942c3c1a414cb2eb06b1a6ed03eb60.tar.bz2
CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)
{unix win} in *.decls is equivalent to {generic} tclGetDate.y, tclDate.c: single internal const decoration FossilOrigin-Name: b4d9520da5a0a5a222745f840e07616a462c2dac
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 f42247d..c0d18e4 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,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.113 2008/10/28 23:29:54 nijtmans Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.114 2009/01/22 06:42:33 nijtmans Exp $
*/
#ifndef _TCLCOMPILATION
@@ -925,7 +925,7 @@ MODULE_SCOPE void TclPrintByteCodeObj(Tcl_Interp *interp,
Tcl_Obj *objPtr);
#endif
MODULE_SCOPE int TclPrintInstruction(ByteCode* codePtr,
- unsigned char *pc);
+ const unsigned char *pc);
MODULE_SCOPE void TclPrintObject(FILE *outFile,
Tcl_Obj *objPtr, int maxChars);
MODULE_SCOPE void TclPrintSource(FILE *outFile,