* pe-dll.c (fill_edata): don't strip underscores
[deliverable/binutils-gdb.git] / gdb / gnu-regex.h
index 57a4f1416ced25a04a0b31c8548f48dd13ff43cc..9153ea1b07d0594bd9abd48c3b75f4e4fd061f6f 100644 (file)
@@ -36,6 +36,11 @@ extern "C" {
 # include <stddef.h>
 #endif
 
+/* GDB LOCAL: define _REGEX_RE_COMP to get BSD style re_comp and re_exec */
+#ifndef _REGEX_RE_COMP
+#define _REGEX_RE_COMP
+#endif
+
 /* The following two types have to be signed and unsigned integer type
    wide enough to hold a value of a pointer.  For most ANSI compilers
    ptrdiff_t and size_t should be likely OK.  Still size of these two
This page took 0.023905 seconds and 4 git commands to generate.