summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/regex.h b/regex.h
index fafd7a5549..2893cf4ede 100644
--- a/regex.h
+++ b/regex.h
@@ -189,10 +189,6 @@ typedef struct
} regmatch_t;
-#ifdef NeXT
-#define re_match rre_match
-#endif
-
#ifdef __STDC__
extern char *re_compile_pattern (const char *, int, struct re_pattern_buffer *);