Add isnanf module.
[pspp] / lib / fnmatch.c
index 02dd365adb9a8475698ca7022e6472b225bd2840..48bc8b5d2a0b9e6c1bcd730cbdf6997605d93e15 100644 (file)
@@ -85,7 +85,7 @@ extern int fnmatch (const char *pattern, const char *string, int flags);
 #if defined _LIBC || !defined __GNU_LIBRARY__ || !HAVE_FNMATCH_GNU
 
 
-# if ! (defined isblank || HAVE_DECL_ISBLANK)
+# if ! (defined isblank || (HAVE_ISBLANK && HAVE_DECL_ISBLANK))
 #  define isblank(c) ((c) == ' ' || (c) == '\t')
 # endif