diff options
Diffstat (limited to 'editors/e93/files/patch-shell.c')
-rw-r--r-- | editors/e93/files/patch-shell.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/e93/files/patch-shell.c b/editors/e93/files/patch-shell.c new file mode 100644 index 000000000000..17ac9c84bde3 --- /dev/null +++ b/editors/e93/files/patch-shell.c @@ -0,0 +1,11 @@ +--- ./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 |