From 3bf3d361faff5e9a8358939e66e9b076909c02ad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Jan 2001 09:37:21 +0000 Subject: Update. * conform/conformtest.pl: Undo last change. Define $mustprepend{"stdio.h"}. * libio/stdio.h: Define va_list correctly. --- conform/conformtest.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'conform/conformtest.pl') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 5a15760..aa61d89 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -56,7 +56,7 @@ $CFLAGS{"XOPEN2K"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=600"; $mustprepend{'regex.h'} = "#include \n"; $mustprepend{'sched.h'} = "#include \n"; $mustprepend{'signal.h'} = "#include \n"; -$mustprepend{'stdio.h'} = "#include \n"; +$mustprepend{'stdio.h'} = "#include \n"; $mustprepend{'wchar.h'} = "#include \n"; $mustprepend{'wordexp.h'} = "#include \n"; @@ -668,9 +668,8 @@ while ($#headers >= 0) { # Remember that this name is allowed. push @allow, $type; - # Generate a program to test for the availability of this constant. + # Generate a program to test for the availability of this type. open (TESTFILE, ">$fnamebase.c"); - print TESTFILE "$prepend"; print TESTFILE "#include <$h>\n"; if ($maybe_opaque == 1) { print TESTFILE "$type *a;\n"; -- cgit v1.1