]> Savannah Git Hosting - gnulib.git/commitdiff
glob: try to port recent changes to MS-Windows
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Aug 2017 06:51:07 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Aug 2017 06:52:24 +0000 (23:52 -0700)
Problem reported by Bruno Haible in:
http://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00170.html
* lib/glob.c (__glob_pattern_p) [!_LIBC]: Move from here ...
* lib/glob.in.h (__glob_pattern_p): ... to here.

ChangeLog
lib/glob.c
lib/glob.in.h

index e241c9dc1383153088c91774db2af50e393b3b38..994123a6e0df67865a61bf2b81121a1a3d382d56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       glob: try to port recent changes to MS-Windows
+       Problem reported by Bruno Haible in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00170.html
+       * lib/glob.c (__glob_pattern_p) [!_LIBC]: Move from here ...
+       * lib/glob.in.h (__glob_pattern_p): ... to here.
+
 2017-08-24  Eric Blake  <eblake@redhat.com>
 
        warnings: fix compilation with old autoconf
index 5a4e884be5065ebccc61b96669bfa631ba96e209..a1e50d7090a2c0bbb75278d38a6bb3342cae5731 100644 (file)
@@ -71,7 +71,6 @@
 #  define __alloca              alloca
 # endif
 # define __readdir              readdir
-# define __glob_pattern_p       glob_pattern_p
 # define COMPILE_GLOB64
 #endif /* _LIBC */
 
index 5eb65a0c1888e03735cfc96d7ef2d910c2f6ebc8..cfb7e49969bb97e61b1fe4b11e826dfc605d8ffb 100644 (file)
@@ -85,6 +85,7 @@
 #define glob rpl_glob
 #define globfree rpl_globfree
 #define glob_pattern_p rpl_glob_pattern_p
+#define __glob_pattern_p glob_pattern_p
 
 #define __GLOB_GNULIB 1