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.
This commit is contained in:
Jason Molenda 1999-01-27 00:48:10 +00:00
parent 602886332b
commit 00c1f9b9c0

View 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>,