From dad0bacf53b6d464375843babb0a2ef417af7362 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 24 Aug 2005 23:09:33 +0000 Subject: [PATCH] [_REGEX_SOURCE]: Define re_fastmap_accurate too; this was inadvertently omitted from the previous patch. --- lib/regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/regex.h b/lib/regex.h index 8f6dc29bce..d1b689798a 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -630,6 +630,7 @@ extern void regfree (regex_t *__preg); # define re_buffer buffer # define re_can_be_null can_be_null # define re_fastmap fastmap +# define re_fastmap_accurate fastmap_accurate # define re_newline_anchor newline_anchor # define re_no_sub no_sub # define re_not_bol not_bol -- 2.30.2