Remove prototype for dwarfwarn(). Breaks with <varargs.h>.
authorFred Fish <fnf@specifix.com>
Fri, 25 Oct 1991 06:09:15 +0000 (06:09 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 25 Oct 1991 06:09:15 +0000 (06:09 +0000)
gdb/ChangeLog
gdb/dwarfread.c

index 4fd2a5ac6850762b1547b8409329eda9231e2565..4bd0d49b44b93d783193bbabfc4c291c64fe65f2 100644 (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
index 54323fd5c17ec680360abda0c224ac40e0974e3e..24d9c8c8285b884783daa7b7639d6df47d2dd5a7 100644 (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));