diff options
Diffstat (limited to 'gdb/gnu-regex.c')
-rw-r--r-- | gdb/gnu-regex.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/gnu-regex.c b/gdb/gnu-regex.c index 846250a..547668e 100644 --- a/gdb/gnu-regex.c +++ b/gdb/gnu-regex.c @@ -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 |