From ead4cf347a033e7876095f45aeb0066b972f51a0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 2 Aug 2001 23:23:47 +0000 Subject: xregex.h (_REGEX_RE_COMP): Define. * xregex.h (_REGEX_RE_COMP): Define. (re_comp): Define to xre_comp. (re_exec): Define to xre_exec. From-SVN: r44585 --- include/xregex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/xregex.h') 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 */ -- cgit v1.1