From 7a023b6e718872044e5a8965ba523181fd9ed7df Mon Sep 17 00:00:00 2001 From: pooryorick Date: Thu, 19 Sep 2024 08:48:12 +0000 Subject: [PATCH] Replace TCL_OBJTYPE_V0 with 0. --- generic/tclXkeylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclXkeylist.c b/generic/tclXkeylist.c index e5ac0af..6470d78 100644 --- a/generic/tclXkeylist.c +++ b/generic/tclXkeylist.c @@ -312,7 +312,7 @@ const Tcl_ObjType keyedListType = { DupKeyedListInternalRep, /* dupIntRepProc */ UpdateStringOfKeyedList, /* updateStringProc */ NULL, /* setFromAnyProc */ - TCL_OBJTYPE_V0 + 0 };