From: Paul Eggert Date: Wed, 24 Aug 2005 23:09:33 +0000 (+0000) Subject: [_REGEX_SOURCE]: Define re_fastmap_accurate too; this was X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad0bacf53b6d464375843babb0a2ef417af7362;p=pspp [_REGEX_SOURCE]: Define re_fastmap_accurate too; this was inadvertently omitted from the previous patch. --- 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