Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
There is a typo in the suggestion
  • Loading branch information
chrstphrchvz authored Dec 4, 2023
commit f15bf1a82b112191e2412f01323c408d7c4f6106
2 changes: 1 addition & 1 deletion Modules/_tkinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Copyright (C) 1994 Steen Lumholt.

// As suggested by https://core.tcl-lang.org/tcl/wiki?name=Migrating+C+extensions+to+Tcl+9
#ifndef TCL_SIZE_MAX
typedef Tcl_Size int;
typedef int Tcl_Size;
#define TCL_SIZE_MAX INT_MAX
#endif

Expand Down