diff options
Diffstat (limited to 'libexslt/exsltconfig.h.in')
-rw-r--r-- | libexslt/exsltconfig.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexslt/exsltconfig.h.in b/libexslt/exsltconfig.h.in index b46ffc05..2e58ec62 100644 --- a/libexslt/exsltconfig.h.in +++ b/libexslt/exsltconfig.h.in @@ -1,5 +1,5 @@ /* - * exsltconfig.h: compile-time version informations for the EXSLT library + * exsltconfig.h: compile-time version information for the EXSLT library * * See Copyright for the status of this software. * @@ -56,9 +56,6 @@ extern "C" { * This macro is used to flag unused function parameters to GCC */ #ifdef __GNUC__ -#ifdef HAVE_ANSIDECL_H -#include <ansidecl.h> -#endif #ifndef ATTRIBUTE_UNUSED #define ATTRIBUTE_UNUSED __attribute__((unused)) #endif |