summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-14 22:23:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-14 22:23:21 (GMT)
commit1869d717b143a3e9eeab3da4aa5157c724257679 (patch)
tree5ddb0d683ef03143aee87f69ebcb03c90abd2215 /generic/tkInt.h
parent938e168d69246657ad480f57d0f0a69852e23d8a (diff)
downloadtk-1869d717b143a3e9eeab3da4aa5157c724257679.zip
tk-1869d717b143a3e9eeab3da4aa5157c724257679.tar.gz
tk-1869d717b143a3e9eeab3da4aa5157c724257679.tar.bz2
Those #define's are no longer necessary
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h12
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.