Remove prototype for dwarfwarn(). Breaks with <varargs.h>.

This commit is contained in:
Fred Fish 1991-10-25 06:09:15 +00:00
parent 6603bf38d7
commit b662acae40
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Thu Oct 24 23:06:40 1991 Fred Fish (fnf at cygnus.com)
* dwarfread.c: Remove prototype for dwarfwarn. Does not work
with <varargs.h>.
Thu Oct 24 09:33:44 1991 John Gilmore (gnu at cygnus.com)
* stack.c (frame_command): Always print. Use new

View File

@ -301,8 +301,7 @@ static int numutypes; /* Max number of user type pointers */
more intuitive, since it can be used for both static and external
definitions. */
static void
EXFUN (dwarfwarn, (char *fmt DOTS));
static void dwarfwarn (); /* EXFUN breaks with <varargs.h> (FIXME)*/
static void
EXFUN (scan_partial_symbols, (char *thisdie AND char *enddie));