]> Savannah Git Hosting - gnulib.git/commitdiff
glob: fix compilation
authorEric Blake <eblake@redhat.com>
Mon, 9 Sep 2013 12:23:44 +0000 (06:23 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 9 Sep 2013 12:23:44 +0000 (06:23 -0600)
Sometimes, it just isn't my day.  The previous patch missed an #endif.

* lib/glob.in.h (__THROW): Fix missing line in previous commit.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/glob.in.h

index efc03d17e624a7f11f717463f48898f2baa22521..0007e17d0b70ec53dead6282ad247bef4de6ed25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-09  Eric Blake  <eblake@redhat.com>
+
+       glob: fix compilation
+       * lib/glob.in.h (__THROW): Fix missing line in previous commit.
+
 2013-09-07  Eric Blake  <eblake@redhat.com>
 
        glob: fix build for platforms without __THROW
index 73cbaa5bcc2c3befcec5b9b3d4bf77f8329eb418..c8f174972207ee3afc1549b59516db849f80d380 100644 (file)
@@ -42,6 +42,7 @@
 #endif
 #ifndef __THROW
 # define __THROW
+#endif
 #ifndef __THROWNL
 # define __THROWNL
 #endif