summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-tkxshell
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tclX/files/patch-tkxshell')
-rw-r--r--lang/tclX/files/patch-tkxshell16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/tclX/files/patch-tkxshell b/lang/tclX/files/patch-tkxshell
deleted file mode 100644
index d9fa531b86f3..000000000000
--- a/lang/tclX/files/patch-tkxshell
+++ /dev/null
@@ -1,16 +0,0 @@
---- ../tk/generic/tkXshell.c Sun Feb 6 19:54:00 2000
-+++ ../tk/generic/tkXshell.c Fri Mar 16 14:02:59 2001
-@@ -87,2 +87,4 @@
-+#if TK_MAJOR_VERSION == 8 && TK_MINOR_VERSION < 3
- extern void TkpDisplayWarning _ANSI_ARGS_((char *msg,
- char *title));
-+#endif
-@@ -407,7 +407,7 @@
- Tk_MainLoop();
-- Tcl_DeleteInterp(interp);
- #ifdef TKX_SHELL
- TclX_ShellExit(interp, 0);
- #else
-+ Tcl_DeleteInterp(interp);
- Tcl_Exit(0);
- #endif