summaryrefslogtreecommitdiff
path: root/include/xregex.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-08-02 23:27:47 +0000
committerDJ Delorie <dj@delorie.com>2001-08-02 23:27:47 +0000
commitb3eaa3b79f6d056b861427f745ab7701c7418d24 (patch)
treeb5fe06035874c990e2ce6665b4a4e459fb326b5c /include/xregex.h
parentc83c66376ae8a74254b41c4989e9fbeee8714048 (diff)
downloadgdb-b3eaa3b79f6d056b861427f745ab7701c7418d24.tar.gz
merge from gcc
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 694fd166f10..645195bbceb 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 */