+2007-11-11 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
+ (usage): Remove function.
+
2007-11-11 Bruno Haible <bruno@clisp.org>
* m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
#include <config.h>
+/* Some packages define ARGMATCH_DIE in their <config.h>. Here we want to
+ assume the default definition of ARGMATCH_DIE. */
+#undef ARGMATCH_DIE
+
#include "argmatch.h"
#include <stdio.h>
numbered_backups, numbered_backups, numbered_backups
};
-void
-usage (void)
-{
-}
-
int
main (int argc, char *argv[])
{