[gnu.gdb.bug] Two declarations to add to symtab.c in gdb 2.7

bet@BENT.MC.DUKE.EDU (Bennett Todd) (10/08/88)

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