diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-21 05:39:28 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-21 05:39:28 +0000 |
commit | 00459322025c73607d4bcc4613028b4a4612e13f (patch) | |
tree | 01b34adafb5148f8611da040e14f1fad9b866510 /editors/e93/files/patch-shell.c | |
parent | - unbreak on 4.x (diff) |
- Update to version 1.3.4.
- Fix building so remove BROKEN.
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 |