changeset 37169:79c9962d8732

glob: fix compilation 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>
author Eric Blake <eblake@redhat.com>
date Mon, 09 Sep 2013 06:23:44 -0600
parents 8f415d62517a
children 2a53a82e16ba
files ChangeLog lib/glob.in.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Sep 07 07:23:32 2013 -0600
+++ b/ChangeLog	Mon Sep 09 06:23:44 2013 -0600
@@ -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
--- a/lib/glob.in.h	Sat Sep 07 07:23:32 2013 -0600
+++ b/lib/glob.in.h	Mon Sep 09 06:23:44 2013 -0600
@@ -42,6 +42,7 @@
 #endif
 #ifndef __THROW
 # define __THROW
+#endif
 #ifndef __THROWNL
 # define __THROWNL
 #endif