[gnu.bash.bug] Bug in shell.c

bitbug@lonewolf.sun.com (James Buster) (06/14/89)

In shell.c, the Sun C compiler returns the errors
"shell.c", line 769: redeclaration of termination_unwind_protect, and
"shell.c", line 778: redeclaration of throw_to_top_level

This is because termination_unwind_protect() and throw_to_top_level()
should have type "sighandler", but the code allows them to default to
type int.
--
--------------------------------------------
	     James Buster
	Mad Hacker Extraordinaire
	 bitbug@lonewolf.sun.com
	 sun.com!lonewolf!bitbug
--------------------------------------------