changeset 6100:b4fe67182e68

[_REGEX_SOURCE]: Define re_fastmap_accurate too; this was inadvertently omitted from the previous patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 24 Aug 2005 23:09:33 +0000
parents cfc20c5f63f0
children c9bcd4ba6b3f
files lib/regex.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -630,6 +630,7 @@
 # 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