diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-14 22:23:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-14 22:23:21 (GMT) |
commit | 1869d717b143a3e9eeab3da4aa5157c724257679 (patch) | |
tree | 5ddb0d683ef03143aee87f69ebcb03c90abd2215 /generic | |
parent | 938e168d69246657ad480f57d0f0a69852e23d8a (diff) | |
download | tk-1869d717b143a3e9eeab3da4aa5157c724257679.zip tk-1869d717b143a3e9eeab3da4aa5157c724257679.tar.gz tk-1869d717b143a3e9eeab3da4aa5157c724257679.tar.bz2 |
Those #define's are no longer necessary
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkInt.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 540b121..83e754e 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -939,18 +939,6 @@ typedef struct { #define TK_MAKE_MENU_POPUP 1 #define TK_MAKE_MENU_DROPDOWN 2 -/* See TIP #494 */ -#ifndef TCL_IO_FAILURE -# define TCL_IO_FAILURE (-1) -#endif -/* See TIP #537 */ -#ifndef TCL_INDEX_NONE -# define TCL_INDEX_NONE (-1) -#endif -#ifndef TCL_INDEX_END -# define TCL_INDEX_END ((Tcl_Size)-2) -#endif - /* * The following structure is used with TkMakeEnsemble to create ensemble * commands and optionally to create sub-ensembles. |