]> err.no Git - dpkg/commitdiff
Oops. Forgot to add #undef HAVE_GNUC25_UNUSED.
authorAdam Heath <doogie@debian.org>
Sun, 19 May 2002 08:07:06 +0000 (08:07 +0000)
committerAdam Heath <doogie@debian.org>
Sun, 19 May 2002 08:07:06 +0000 (08:07 +0000)
ChangeLog
acconfig.h

index 3502739856f79c91e22923f520959890a2720078..9f9533a9c640b616d6dc7a86b07f4617eb6cf027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * acconfig.h: Oops.  Forgot to add #undef HAVE_GNUC25_UNUSED.
+
 Sun May 19 02:31:11 CDT 2002 Adam Heath <doogie@debian.org>
 
   * config.h.bot, configure.in, optlib/getopt.c: Define an UNUSED macro,
index 4fccf961738bf3fe044405873460334c0fd5b7fc..d45f4752f3c83f2011126fb058ec926229bd67f1 100644 (file)
@@ -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