changeset 5912:525358d0b033

Sync from CVS. * glob_.h: Indent nested #ifdef.
author Derek R. Price <derek@ximbiot.com>
date Tue, 07 Jun 2005 14:58:46 +0000
parents cd73797c05ec
children 3b9706263c44
files lib/ChangeLog lib/glob_.h
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-07  Derek Price  <derek@ximbiot.com>
+
+	Sync from CVS.
+	* glob_.h: Indent nested #ifdef.
+
 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Sync from coreutils.
--- a/lib/glob_.h
+++ b/lib/glob_.h
@@ -135,11 +135,11 @@
        are used instead of the normal file access functions.  */
     void (*gl_closedir) (void *);
 #ifdef __USE_GNU
-#if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__
+# if defined HAVE_DIRENT_H || defined __GNU_LIBRARY__
     struct dirent *(*gl_readdir) (void *);
-#else
+# else
     struct direct *(*gl_readdir) (void *);
-#endif
+# endif
 #else
     void *(*gl_readdir) (void *);
 #endif