From cb052e4f6cc723bc408f32963e921705f3286c94 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Jul 2006 16:59:05 +0000 Subject: Update from gnulib. --- lib/regex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/regex_internal.h') diff --git a/lib/regex_internal.h b/lib/regex_internal.h index b2c44fe18..993c9923e 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -56,7 +56,7 @@ #endif /* In case that the system doesn't have isblank(). */ -#if !defined _LIBC && !defined HAVE_ISBLANK && !defined isblank +#if !defined _LIBC && !HAVE_DECL_ISBLANK && !defined isblank # define isblank(ch) ((ch) == ' ' || (ch) == '\t') #endif -- cgit v1.2.3-70-g09d2