Message-ID: <92D6AAE888CED411A16A00508BB0B827028FCCD5@ecntex.ecn.nl> From: "Burgers, A.R." To: "'djgpp AT delorie DOT com'" Subject: gcc 3.1: conflict between stdio.h and stdarg.h Date: Fri, 14 Jun 2002 09:27:18 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Hello, consider the following two-line file: bash-2.04$ cat zz.c #include #include This compiles fine with gcc 2.95-3. Compiling it with gcc 3.1 gives the following error: bash-2.04$ gcc -c zz.c In file included from zz.c:2: c:/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: conflicting types for `va_list' c:/djgpp/include/stdio.h:35: previous declaration of `va_list' regards, Teun Burgers