Eric Blake wrote:
> Another candidate for fixing:
>
> g++ -I. -g -O2 -MT strcasecmp.o -MD -MP -MF .deps/strcasecmp.Tpo -c -o
> strcasecmp.o strcasecmp.c
> In file included from mbchar.h:149,
> from mbuiter.h:101,
> from strcasecmp.c:29:
> /usr/include/string
Eric Blake wrote:
> I'm trying that idea (using CC=g++ on Linux) on M4 before releasing m4 1.4.8.
>
> Is it worth fixing the vasnprintf module?
>
> g++ -I. -g -O2 -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c
> -o
> printf-parse.o printf-parse.c
> printf-parse.c: In function
Jim Meyering wrote:
> but since it's just one
Yes. Currently I see no point in making all the replacement modules compile
in C++ mode. Only those used in a build on a Linux system are needed,
because the purpose of type checking can be achieved on Linux.
> and I see no way around it, ok.
OK, ap