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)
commit00c1f9b9c05683c0bc245e9f4199559820a363d6
treebfc5dc48864eb66dfe6f4d92d19db9ea91302cb2
parent602886332b80616d58974029f8931c1ff9babd90
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