summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-03-29 04:13:36 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-30 08:17:12 +0000
commit52657f304589f1061955524e1c3f71ab033cd3d4 (patch)
tree3f42ebf551b77b1369ca8102a5dbefef44550a6b /embed.h
parent2a958fe27787f33e3614e1257dc03278f1301922 (diff)
downloadperl-52657f304589f1061955524e1c3f71ab033cd3d4.tar.gz
Clean up regexec.c, and remove two functions
Message-ID: <20060329161336.GA12456@petdance.com> p4raw-id: //depot/perl@27630
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.h b/embed.h
index d6b9bfabfc..53d6043d5e 100644
--- a/embed.h
+++ b/embed.h
@@ -1340,9 +1340,7 @@
#define regcppush S_regcppush
#define regcppop S_regcppop
#define cache_re S_cache_re
-#define reghop S_reghop
#define reghop3 S_reghop3
-#define reghopmaybe S_reghopmaybe
#define reghopmaybe3 S_reghopmaybe3
#define find_byclass S_find_byclass
#define to_utf8_substr S_to_utf8_substr
@@ -3491,9 +3489,7 @@
#define regcppush(a) S_regcppush(aTHX_ a)
#define regcppop() S_regcppop(aTHX)
#define cache_re(a) S_cache_re(aTHX_ a)
-#define reghop(a,b) S_reghop(aTHX_ a,b)
#define reghop3 S_reghop3
-#define reghopmaybe(a,b) S_reghopmaybe(aTHX_ a,b)
#define reghopmaybe3 S_reghopmaybe3
#define find_byclass(a,b,c,d,e) S_find_byclass(aTHX_ a,b,c,d,e)
#define to_utf8_substr(a) S_to_utf8_substr(aTHX_ a)