Paul Eggert wrote:
> Bruno Haible <[EMAIL PROTECTED]> writes:
>
> > * lib/argp.h (argp_parse, __argp_parse): Use _argc, _argv as argument
> > names, not __argc, __argv. (The latter are defined as macros on mingw.)
>
> glibc headers must also be robust against user code that does "#define
Bruno Haible <[EMAIL PROTECTED]> writes:
> * lib/argp.h (argp_parse, __argp_parse): Use _argc, _argv as argument
> names, not __argc, __argv. (The latter are defined as macros on mingw.)
glibc headers must also be robust against user code that does "#define
_argc some_weird_macro" as
Daniel Martin wrote:
> 1.
> /bin/sh ../../libtool --tag=CC --mode=compile i386-mingw32-gcc
> -DHAVE_CONFIG_H -I. -I../../../../gnulib/src -I../..
> -I/usr/local/i386-mingw32/include -c -o argp-parse.lo
> ../../../../gnulib/src/argp-parse.c
> i386-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../../