bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test-argmatch: fix a link failure


From: Bruno Haible
Subject: Re: test-argmatch: fix a link failure
Date: Sun, 11 Nov 2007 14:27:52 +0100
User-agent: KMail/1.5.4

Jim Meyering wrote:
> Thanks for fixing the underlying problem.

OK, I applied this:

2007-11-11  Bruno Haible  <address@hidden>

        * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
        (usage): Remove function.

*** tests/test-argmatch.c.orig  2007-11-11 14:24:58.000000000 +0100
--- tests/test-argmatch.c       2007-11-11 02:02:32.000000000 +0100
***************
*** 19,24 ****
--- 19,28 ----
  
  #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>
***************
*** 62,72 ****
    numbered_backups, numbered_backups, numbered_backups
  };
  
- void
- usage (void)
- {
- }
- 
  int
  main (int argc, char *argv[])
  {
--- 66,71 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]