This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libiberty requirements and ISO C90


Ian Lance Taylor <ian@airs.com> writes:

[...]

| I think the more conservative approach would be to simply add strerror
| to AC_CHECK_DECLS, include <string.h> in xstrerror.c (protected by
| HAVE_STRING_H), and protect the strerror declaration with
|     #if !HAVE_DECL_STRERROR

Thanks, that indeed makes sense.  Patch pending.
-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]