bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Minor patch to glob_.h


From: Derek Price
Subject: FYI: Minor patch to glob_.h
Date: Tue, 07 Jun 2005 10:58:59 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

I've installed the attached patch:

2005-06-07  Derek Price  <address@hidden>

        Sync from CVS.
        * lib/glob_.h: Indent nested #ifdef.

Do you want me to keep sending FYI's to this list for this sort of minor
change?

Regards,

Derek
Index: lib/glob_.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/glob_.h,v
retrieving revision 1.2
diff -u -p -r1.2 glob_.h
--- lib/glob_.h 31 May 2005 21:01:17 -0000      1.2
+++ lib/glob_.h 7 Jun 2005 14:55:51 -0000
@@ -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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]