summaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-27 09:49:34 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-27 09:49:34 +0000
commitf828756f01c8c6221ad2f5e051c708fb309406c9 (patch)
tree27bc06133685cb3d4bcb75cfc81b3cda6cdf8e04 /regex.h
parent4257651cd250a58f3dbfa495d1218f91da477f5e (diff)
downloadruby-f828756f01c8c6221ad2f5e051c708fb309406c9.tar.gz
ruby-f828756f01c8c6221ad2f5e051c708fb309406c9.tar.xz
ruby-f828756f01c8c6221ad2f5e051c708fb309406c9.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 fafd7a554..2893cf4ed 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 *);