test-exclude.c: remove unmatched #endif
authorJim Meyering <meyering@redhat.com>
Sun, 20 Feb 2011 19:02:10 +0000 (20:02 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 20 Feb 2011 19:02:10 +0000 (20:02 +0100)
* tests/test-exclude.c: Remove stray #endif, left over from
the change of a week ago.

ChangeLog
tests/test-exclude.c

index a52102cfb36ccc369e01ab69cf8b8c26c210ae4e..289730afdc93f6a043ab61963b5027d8cd54b584 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-20  Jim Meyering  <meyering@redhat.com>
+
+       test-exclude.c: remove unmatched #endif
+       * tests/test-exclude.c: Remove stray #endif, left over from
+       the change of a week ago.
+
 2011-02-19  Jim Meyering  <meyering@redhat.com>
 
        git-version-gen: skip "-dirty" check when appropriate
index f0fb321ce252c8b0822e47f0eff4d0a17bfb0b32..75d3b891e71940e880360b7ffcb1f7c283c44881 100644 (file)
@@ -68,7 +68,6 @@ ARGMATCH_VERIFY (exclude_keywords, exclude_flags);
 # else
 #  define _GL_ATTRIBUTE_NORETURN /* empty */
 # endif
-#endif
 
 ARGMATCH_DIE_DECL _GL_ATTRIBUTE_NORETURN;
 ARGMATCH_DIE_DECL { exit (1); }