diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-02 23:27:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-02 23:27:47 +0000 |
commit | d039236d049e2dd48503df38e6736553ab6e1b2e (patch) | |
tree | 5e649c41b8b87ea40225e1dd59b681ee919870ba /include/xregex.h | |
parent | b044cda1de4ec364e0d9d6bf152442345914e254 (diff) | |
download | gdb-d039236d049e2dd48503df38e6736553ab6e1b2e.zip gdb-d039236d049e2dd48503df38e6736553ab6e1b2e.tar.gz gdb-d039236d049e2dd48503df38e6736553ab6e1b2e.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/xregex.h')
-rw-r--r-- | include/xregex.h | 4 |
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 */ |