summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-06-09 14:06:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-06-09 14:06:20 (GMT)
commitcb1ad4025929d604c977887bf4e60ebc678da5e9 (patch)
tree6668bd2d0f3f92613df2b965ba4d47a3578fcfba /generic/tclLink.c
parenta2d8e9fb32060e1d4e6128b76e538ddead272901 (diff)
downloadtcl-cb1ad4025929d604c977887bf4e60ebc678da5e9.zip
tcl-cb1ad4025929d604c977887bf4e60ebc678da5e9.tar.gz
tcl-cb1ad4025929d604c977887bf4e60ebc678da5e9.tar.bz2
Another record that ought to be read-only
Diffstat (limited to 'generic/tclLink.c')
-rw-r--r--generic/tclLink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclLink.c b/generic/tclLink.c
index 3bd855b..2e7d3b0 100644
--- a/generic/tclLink.c
+++ b/generic/tclLink.c
@@ -109,7 +109,7 @@ static int SetInvalidRealFromAny(Tcl_Interp *interp,
* A marker type used to flag weirdnesses so we can pass them around right.
*/
-static Tcl_ObjType invalidRealType = {
+static const Tcl_ObjType invalidRealType = {
"invalidReal", /* name */
NULL, /* freeIntRepProc */
NULL, /* dupIntRepProc */