projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b044cda
)
merge from gcc
author
DJ Delorie
<dj@redhat.com>
Thu, 2 Aug 2001 23:27:47 +0000
(23:27 +0000)
committer
DJ Delorie
<dj@redhat.com>
Thu, 2 Aug 2001 23:27:47 +0000
(23:27 +0000)
include/ChangeLog
patch
|
blob
|
history
include/xregex.h
patch
|
blob
|
history
diff --git
a/include/ChangeLog
b/include/ChangeLog
index
b76bfff
..
d55ed4a
100644
(file)
--- a/
include/ChangeLog
+++ b/
include/ChangeLog
@@
-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>
* bfdlink.h (struct bfd_link_info): add new boolean
diff --git
a/include/xregex.h
b/include/xregex.h
index
694fd16
..
645195b
100644
(file)
--- 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 */