aboutsummaryrefslogtreecommitdiff
path: root/include/xregex.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-02 23:23:47 +0000
committerDJ Delorie <dj@gcc.gnu.org>2001-08-02 19:23:47 -0400
commitead4cf347a033e7876095f45aeb0066b972f51a0 (patch)
tree7135b267fa3db6b0def8eb8fb5f6dafe5b80eee8 /include/xregex.h
parentd82fc1085fad2fd7a776bcc88dbac88f081dd10f (diff)
downloadgcc-ead4cf347a033e7876095f45aeb0066b972f51a0.zip
gcc-ead4cf347a033e7876095f45aeb0066b972f51a0.tar.gz
gcc-ead4cf347a033e7876095f45aeb0066b972f51a0.tar.bz2
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
Diffstat (limited to 'include/xregex.h')
-rw-r--r--include/xregex.h4
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 */