Skip to content

Commit

Permalink
Replace TCL_OBJTYPE_V0 with 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pooryorick committed Sep 19, 2024
1 parent ac91fd3 commit 7a023b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tclXkeylist.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const Tcl_ObjType keyedListType = {
DupKeyedListInternalRep, /* dupIntRepProc */
UpdateStringOfKeyedList, /* updateStringProc */
NULL, /* setFromAnyProc */
TCL_OBJTYPE_V0
0
};


Expand Down

0 comments on commit 7a023b6

Please sign in to comment.