diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-20 18:45:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-20 18:45:29 +0000 |
commit | 57a18f1763a3f0599f10c0efd5ce3599cb4e64fa (patch) | |
tree | 9b55ce11ab3ebc3da7f31e68913837bfe7bf7790 /editors/e93/files/patch-shell.c | |
parent | - Update to 10.00 (diff) |
- Pass maintainershipt to submitter
- Use TCL/TK 8.4
PR: 110313
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'editors/e93/files/patch-shell.c')
-rw-r--r-- | editors/e93/files/patch-shell.c | 11 |
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 |