Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 694fd166f..645195bbc 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 */