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:
parent
602886332b
commit
00c1f9b9c0
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>
|
||||||
|
|
||||||
The following changes were made by Jim Blandy <jimb@cygnus.com>,
|
The following changes were made by Jim Blandy <jimb@cygnus.com>,
|
||||||
|
|
Loading…
Reference in a new issue