]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Wed, 27 Jan 1999 00:48:10 +0000 (00:48 +0000)
committerJason Molenda <jmolenda@apple.com>
Wed, 27 Jan 1999 00:48:10 +0000 (00:48 +0000)
        * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
        system.

Without this you'll get a build failure in gdbtk.c because it includes
stdarg.h but tui.h includes varargs.h; gdbtk.c tries to use va_start
and things die.

gdb/tui/ChangeLog

index 8e8b92d33557bbc5ad5dc684929786ab84295e60..7dc1bf60460b4ed8cc54768a7c6fcc558f05cb92 100644 (file)
@@ -1,3 +1,8 @@
+1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
+       system.
+
 Thu Dec 31 12:08:32 1998  David Taylor  <taylor@texas.cygnus.com>
 
        The following changes were made by Jim Blandy <jimb@cygnus.com>,