diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-09 14:06:20 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-09 14:06:20 (GMT) |
| commit | 69de26c1b45a218d5eae22bc0136b116bb42f994 (patch) | |
| tree | 6668bd2d0f3f92613df2b965ba4d47a3578fcfba | |
| parent | cb5681ab7e2d246497da845670f3cc9367e2ce2f (diff) | |
| download | tcl-69de26c1b45a218d5eae22bc0136b116bb42f994.zip tcl-69de26c1b45a218d5eae22bc0136b116bb42f994.tar.gz tcl-69de26c1b45a218d5eae22bc0136b116bb42f994.tar.bz2 | |
Another record that ought to be read-only
| -rw-r--r-- | generic/tclLink.c | 2 |
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 */ |
