Sync from CVS.
authorDerek R. Price <derek@ximbiot.com>
Tue, 7 Jun 2005 14:58:46 +0000 (14:58 +0000)
committerDerek R. Price <derek@ximbiot.com>
Tue, 7 Jun 2005 14:58:46 +0000 (14:58 +0000)
* glob_.h: Indent nested #ifdef.

lib/ChangeLog
lib/glob_.h

index f8269a58611ee0b5dfe2255f40a135e5053f50a6..a31b06d2ea51d90f35cc72853220f62d6c5d37ce 100644 (file)
@@ -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.
index 00edbddb098bf5ea10f0f9ae252f3faaf5e39a37..95fb240f129e3fd2e08028322ba5a26cb307c7ef 100644 (file)
@@ -135,11 +135,11 @@ typedef struct
        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