summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/regex.h b/regex.h
index 7b31b87b62..32b4cf10d4 100644
--- a/regex.h
+++ b/regex.h
@@ -248,6 +248,10 @@ struct re_registers
+#ifdef NeXT
+#define re_match rre_match
+#endif
+
#ifdef __STDC__
extern char *re_compile_pattern (char *, size_t, struct re_pattern_buffer *);