Remove prototype for dwarfwarn(). Breaks with <varargs.h>.
This commit is contained in:
parent
6603bf38d7
commit
b662acae40
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue