--- gforth/engine/signals.c 2000/07/20 14:07:37 1.7 +++ gforth/engine/signals.c 2000/09/23 15:47:08 1.11 @@ -1,6 +1,6 @@ /* signal handling - Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. This file is part of Gforth. @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ @@ -48,7 +48,7 @@ UCell cols=DEFAULTCOLS; UCell rows=DEFAULTROWS; #ifndef SA_NODEFER -#define SA_NODEDER 0 +#define SA_NODEFER 0 /* systems that don't have SA_NODEFER hopefully don't block anyway */ #endif @@ -163,7 +163,7 @@ static void segv_handler(int sig, siginf #endif /* defined(SA_SIGINFO) */ #ifdef SIGCONT -static void termprep (int sig) +static void termprep(int sig) { bsd_signal(sig,termprep); terminal_prepped=0;