diff options
Diffstat (limited to 'include/xregex.h')
-rw-r--r-- | include/xregex.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xregex.h b/include/xregex.h index 694fd16..645195b 100644 --- a/include/xregex.h +++ b/include/xregex.h @@ -19,6 +19,10 @@ # define re_syntax_options xre_syntax_options # define re_max_failures xre_max_failures +# define _REGEX_RE_COMP +# define re_comp xre_comp +# define re_exec xre_exec + #include "xregex2.h" #endif /* xregex.h */ |