From: Jason Molenda Date: Wed, 27 Jan 1999 00:48:10 +0000 (+0000) Subject: 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com) X-Git-Tag: gdb-4_18-branchpoint~217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00c1f9b9c05683c0bc245e9f4199559820a363d6;p=thirdparty%2Fbinutils-gdb.git 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. 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. --- diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 8e8b92d3355..7dc1bf60460 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -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 The following changes were made by Jim Blandy ,