Kaynağa Gözat

Oops. Forgot to add #undef HAVE_GNUC25_UNUSED.

Adam Heath 24 yıl önce
ebeveyn
işleme
7c8531eb0a
2 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 4 0
      ChangeLog
  2. 3 0
      acconfig.h

+ 4 - 0
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,

+ 3 - 0
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