If __attribute__ is already defined (in config.h), getdate.y shouldn't
redefine it. The obvious patch:
Index: getdate.y
===
RCS file: /cvsroot/cvs/ccvs/lib/getdate.y,v
retrieving revision 1.35
diff -u -r1.35 getdate.y
--- getdate.y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Now that gnulib assumes C89 or better, do we still need the code in
strto[dl].c, unicodeio.c, and unsetenv.c that does this?
#ifndef errno
extern int errno;
#endif
Other modules are just blindly including errno.h and blindly using errno,
macro or oth