* test_headers.c: Don't include varargs.h.

* Makefile.in (test_headers): Don't use -std=xx
	with -xc++. Test -std=gnu89, gnu99 also.
This commit is contained in:
Danny Smith
2002-08-28 03:57:16 +00:00
parent 09df858c35
commit 5bbbbfba55
3 changed files with 16 additions and 7 deletions

View File

@@ -36,7 +36,6 @@
#include <time.h>
#include <unistd.h>
#include <values.h>
#include <varargs.h>
#include <wchar.h>
#include <wctype.h>
#include <sys/fcntl.h>