[net.sources.bugs] Small change needed to get ispell to work on a Sun.

richb@yarra.OZ (Rich Burridge) (01/15/87)

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