merge from gcc
This commit is contained in:
parent
3dcef5eedc
commit
20b2e9ce39
@ -1,3 +1,9 @@
|
|||||||
|
2001-08-02 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* xregex.h (_REGEX_RE_COMP): Define.
|
||||||
|
(re_comp): Define to xre_comp.
|
||||||
|
(re_exec): Define to xre_exec.
|
||||||
|
|
||||||
2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
|
2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
|
||||||
|
|
||||||
* bfdlink.h (struct bfd_link_info): add new boolean
|
* bfdlink.h (struct bfd_link_info): add new boolean
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
# define re_syntax_options xre_syntax_options
|
# define re_syntax_options xre_syntax_options
|
||||||
# define re_max_failures xre_max_failures
|
# define re_max_failures xre_max_failures
|
||||||
|
|
||||||
|
# define _REGEX_RE_COMP
|
||||||
|
# define re_comp xre_comp
|
||||||
|
# define re_exec xre_exec
|
||||||
|
|
||||||
#include "xregex2.h"
|
#include "xregex2.h"
|
||||||
|
|
||||||
#endif /* xregex.h */
|
#endif /* xregex.h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user