components/tcsh/patches/007.heredoc.patch
changeset 5271 195e24ffa71a
parent 5040 6242a3f0012d
equal deleted inserted replaced
5270:00c5358f9f1d 5271:195e24ffa71a
     1 Developed in-house but accepted upstream.
     1 Developed in-house but accepted upstream.
     2 
     2 
     3 --- tcsh-6.18.01/sh.sem.c.orig	Sat Oct 31 10:58:21 2015
     3 --- tcsh-6.19.00/sh.sem.c.orig	Sat Oct 31 10:58:21 2015
     4 +++ tcsh-6.18.01/sh.sem.c	Sat Oct 31 10:59:42 2015
     4 +++ tcsh-6.19.00/sh.sem.c	Sat Oct 31 10:59:42 2015
     5 @@ -212,8 +212,14 @@
     5 @@ -212,8 +212,14 @@
     6  	 * If noexec then this is all we do.
     6  	 * If noexec then this is all we do.
     7  	 */
     7  	 */
     8  	if (t->t_dflg & F_READ) {
     8  	if (t->t_dflg & F_READ) {
     9 +	    int	old_pintr_disabled;
     9 +	    int	old_pintr_disabled;