Path: utzoo!mnetor!tmsoft!dptcdc!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!DG-RTP.DG.COM!biggers From: biggers@DG-RTP.DG.COM (Mark Biggers) Newsgroups: gnu.bash.bug Subject: nit in "readline.c" bash v1.00 Message-ID: <8906261317.AA03919@peewee.dg.com> Date: 26 Jun 89 13:17:48 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 28 Remove reference to "static int rl_signal_handler();" in readline.c below. rl_signal_handler() was previously declared global earlier in readline.c. Suggestion: run BaSH through lint or Saber-C. --mark ------------------------------------------------------------ SunOS 3.5 Saber-C v2.1 BaSH v1.00 from prep 4 -> link Linking from '/lib/libc.a' ... Linking completed. Undefined symbols: extern int rl_signal_handler(); 7 -> whereis rl_signal_handler "readline.c":330 rl_signal_handler() "readline.c":284 rl_signal_handler(), defined 8 -> -------------- "readline.c":4558, Static never defined (Warning #284) Static function was never defined: static int rl_signal_handler();