Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!rutgers!apple!sun!bitbug From: bitbug@lonewolf.sun.com (James Buster) Newsgroups: gnu.bash.bug Subject: Bug in shell.c Message-ID: Date: 13 Jun 89 19:02:45 GMT Sender: news@sun.Eng.Sun.COM Distribution: gnu Organization: Sun Microsystems Federal, Inc. Lines: 14 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 --------------------------------------------