merge from gcc
authorDJ Delorie <dj@redhat.com>
Thu, 2 Aug 2001 23:27:47 +0000 (23:27 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 2 Aug 2001 23:27:47 +0000 (23:27 +0000)
include/ChangeLog
include/xregex.h

index b76bfff..d55ed4a 100644 (file)
@@ -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
index 694fd16..645195b 100644 (file)
 #  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 */