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