From 00c1f9b9c05683c0bc245e9f4199559820a363d6 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 27 Jan 1999 00:48:10 +0000 Subject: 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. --- gdb/tui/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/tui') 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 , -- cgit v1.2.1