Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!munnari!mulga!ausmelb!yarra!richb
From: richb@yarra.OZ (Rich Burridge)
Newsgroups: net.sources.bugs
Subject: Small change needed to get ispell to work on a Sun.
Message-ID: <262@yarra.OZ>
Date: Wed, 14-Jan-87 21:00:44 EST
Article-I.D.: yarra.262
Posted: Wed Jan 14 21:00:44 1987
Date-Received: Fri, 16-Jan-87 00:59:07 EST
Organization: Sun Microsystems Australia
Lines: 30
Keywords: ispell - interactive spelling checker.   Sun V3.2.

Walt Buehring from the Computer Science Center at Texas Instruments
recently put an interactive spelling checker on the net. One small
change is needed to prevent the program overwritting the stack on the
Sun. BTW Walt, this is a very nice program.

Regards Rich.

Rich Burridge,       ARPA: richb%yarra.oz@seismo.css.gov
Sun Microsystems     UUCP: seismo!munnari!yarra.oz!richb
AUSTRALIA.           ACS:  richb@yarra.oz

*** term.c~     Thu Jan 15 12:23:31 1987
--- term.c      Thu Jan 15 12:48:42 1987
***************
*** 60,66 ****
  terminit ()
  {
        int done();
!       short tpgrp;
        int onstop();
  
  retry:
--- 60,66 ----
  terminit ()
  {
        int done();
!       int tpgrp ;
        int onstop();
  
  retry:
D
D