aboutsummaryrefslogtreecommitdiffstats
path: root/editors/e93/files/patch-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/e93/files/patch-shell.c')
-rw-r--r--editors/e93/files/patch-shell.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/e93/files/patch-shell.c b/editors/e93/files/patch-shell.c
deleted file mode 100644
index 17ac9c84bde3..000000000000
--- a/editors/e93/files/patch-shell.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./shell.c.orig Mon May 31 19:37:29 2004
-+++ ./shell.c Wed Dec 20 14:24:36 2006
-@@ -935,7 +935,7 @@
- return(TCL_ERROR);
- }
-
--static void TraceCheckAbortProc(ClientData theClientData,Tcl_Interp *theInterpreter,int theLevel,char *theCommand,Tcl_CmdProc *theProc,ClientData cmdClientData,int argc,const char *argv[])
-+static void TraceCheckAbortProc(ClientData theClientData,Tcl_Interp *theInterpreter,int theLevel,char *theCommand,Tcl_CmdProc *theProc,ClientData cmdClientData,int argc,char *argv[])
- // This is a small trick on Tcl. We tell it we want to trace, but really, we want
- // to check to see if the user is trying to abort the execution of a script.
- // So, every time we are called, we check to see if the user is aborting, and