From: Adam Heath Date: Sun, 19 May 2002 08:07:06 +0000 (+0000) Subject: Oops. Forgot to add #undef HAVE_GNUC25_UNUSED. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8531eb0a62577e0673a7cea8c9b53afc261dde;p=dpkg Oops. Forgot to add #undef HAVE_GNUC25_UNUSED. --- diff --git a/ChangeLog b/ChangeLog index 35027398..9f9533a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun May 19 02:31:11 CDT 2002 Adam Heath + + * acconfig.h: Oops. Forgot to add #undef HAVE_GNUC25_UNUSED. + Sun May 19 02:31:11 CDT 2002 Adam Heath * config.h.bot, configure.in, optlib/getopt.c: Define an UNUSED macro, diff --git a/acconfig.h b/acconfig.h index 4fccf961..d45f4752 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,6 +18,9 @@ /* Define if constant functions a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_CONST +/* Define if unused variables la GCC 2.5 and higher are available. */ +#undef HAVE_GNUC25_UNUSED + /* Define if nonreturning functions a la GCC 2.5 and higher are available. */ #undef HAVE_GNUC25_NORETURN