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 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
# define __alloca alloca
# endif
# define __readdir readdir
-# define __glob_pattern_p glob_pattern_p
# define COMPILE_GLOB64
#endif /* _LIBC */
#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