* 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.
|
||
|---|---|---|
| .. | ||
| .Sanitize | ||
| ChangeLog | ||
| Makefile.in | ||
| tuiCommand.c | ||
| tuiCommand.h | ||
| tuiData.c | ||
| tuiData.h | ||
| tuiDataWin.c | ||
| tuiDataWin.h | ||
| tuiDisassem.c | ||
| tuiDisassem.h | ||
| tuiGeneralWin.c | ||
| tuiGeneralWin.h | ||
| tuiIO.c | ||
| tuiIO.h | ||
| tuiLayout.c | ||
| tuiLayout.h | ||
| tuiRegs.c | ||
| tuiRegs.h | ||
| tuiSource.c | ||
| tuiSource.h | ||
| tuiSourceWin.c | ||
| tuiSourceWin.h | ||
| tuiStack.c | ||
| tuiStack.h | ||
| tuiWin.c | ||
| tuiWin.h | ||