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:
authorDJ Delorie <dj@redhat.com>2001-08-03 03:27:47 +0400
committerDJ Delorie <dj@redhat.com>2001-08-03 03:27:47 +0400
commit20b2e9ce39c4f194e1ca94823740df739fcdc42d (patch)
tree0d5888172ea277362feba57f7a8de3420b6e916e /include/xregex.h
parent3dcef5eedc886dae8a168ca841e2882f9b4c9afb (diff)
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 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 */