* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / gnu-regex.c
index 846250aad462214c8715ffa6d7d7616fb2f428bc..547668e50a27acce96b105c7bb85c79adc191573 100644 (file)
@@ -142,8 +142,10 @@ char *realloc ();
 /* How many characters in the character set.  */
 # define CHAR_SET_SIZE 256
 
-/* CYGNUS LOCAL: define _REGEX_RE_COMP to get BSD style re_comp and re_exec */
+/* GDB LOCAL: define _REGEX_RE_COMP to get BSD style re_comp and re_exec */
+#ifndef _REGEX_RE_COMP
 #define _REGEX_RE_COMP
+#endif
 
 # ifdef SYNTAX_TABLE
 
This page took 0.023395 seconds and 4 git commands to generate.