Path: utzoo!telly!ddsw1!lll-winken!killer!mit-eddie!bloom-beacon!apple!rutgers!tut.cis.ohio-state.edu!BENT.MC.DUKE.EDU!bet From: bet@BENT.MC.DUKE.EDU (Bennett Todd) Newsgroups: gnu.gdb.bug Subject: Two declarations to add to symtab.c in gdb 2.7 (from emacs 18.52.1) Message-ID: <8810081610.AA17927@bent.mc.duke.edu> Date: 8 Oct 88 16:10:51 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 7 I stuck the following two lines in the top of symtab.c and got rid of a (benign) warning messages from gcc about implicitly declared extern then explicitly declared static. static int find_line_common(); static int lookup_misc_func(); -Bennett