Deleted Added
full compact
1d0
< /* $Header: /p/tcsh/cvsroot/tcsh/sh.hist.c,v 3.61 2015/06/06 21:19:08 christos Exp $ */
34,36d32
<
< RCSID("$tcsh: sh.hist.c,v 3.61 2015/06/06 21:19:08 christos Exp $")
<
1287a1284
> jmp_buf_t osetexit;
1297c1294,1297
< loadhist(fname, 1);
---
> getexit(osetexit);
> if (setexit())
> loadhist(fname, 1);
> resexit(osetexit);
1325a1326
> #ifndef WINNT_NATIVE
1326a1328,1330
> #else
> (void)ReplaceFile( short2str(fname),path,NULL,0,NULL,NULL);
> #endif