summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 11:57:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 11:57:44 (GMT)
commitd4d4aa830739f769c305b523fc4c7000c451845e (patch)
treea224369cf5b0eb25215fa748a35a30378765e22c /generic/tclCompCmdsGR.c
parent37feaf8aeca6ecef96e01f328eda73a61ad11470 (diff)
downloadtcl-d4d4aa830739f769c305b523fc4c7000c451845e.zip
tcl-d4d4aa830739f769c305b523fc4c7000c451845e.tar.gz
tcl-d4d4aa830739f769c305b523fc4c7000c451845e.tar.bz2
Add some "const" keywords, in places where strings are really const.
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r--generic/tclCompCmdsGR.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c
index a8a85f8..3c8a156 100644
--- a/generic/tclCompCmdsGR.c
+++ b/generic/tclCompCmdsGR.c
@@ -589,7 +589,7 @@ TclCompileInfoCommandsCmd(
DefineLineInformation; /* TIP #280 */
Tcl_Token *tokenPtr;
Tcl_Obj *objPtr;
- char *bytes;
+ const char *bytes;
/*
* We require one compile-time known argument for the case we can compile.