summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-12-30 19:46:45 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-12-30 19:46:45 +0000
commit60aeb6fd4ca923078be883926562d30b13279552 (patch)
treee19559d06d407bab66760c72a3302f60a0bba27a /embed.h
parent777d2cf58fa8e7c971ce9115520838a43768a81d (diff)
downloadperl-60aeb6fd4ca923078be883926562d30b13279552.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@8271
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 3b54154de1..414a642033 100644
--- a/embed.h
+++ b/embed.h
@@ -1030,7 +1030,9 @@
#define regcp_set_to S_regcp_set_to
#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
#endif
#if defined(PERL_IN_RUN_C) || defined(PERL_DECL_PROT)
@@ -2492,7 +2494,9 @@
#define regcp_set_to(a) S_regcp_set_to(aTHX_ a)
#define cache_re(a) S_cache_re(aTHX_ a)
#define reghop(a,b) S_reghop(aTHX_ a,b)
+#define reghop3(a,b,c) S_reghop3(aTHX_ a,b,c)
#define reghopmaybe(a,b) S_reghopmaybe(aTHX_ a,b)
+#define reghopmaybe3(a,b,c) S_reghopmaybe3(aTHX_ a,b,c)
#define find_byclass(a,b,c,d,e,f) S_find_byclass(aTHX_ a,b,c,d,e,f)
#endif
#if defined(PERL_IN_RUN_C) || defined(PERL_DECL_PROT)
@@ -4853,8 +4857,12 @@
#define cache_re S_cache_re
#define S_reghop CPerlObj::S_reghop
#define reghop S_reghop
+#define S_reghop3 CPerlObj::S_reghop3
+#define reghop3 S_reghop3
#define S_reghopmaybe CPerlObj::S_reghopmaybe
#define reghopmaybe S_reghopmaybe
+#define S_reghopmaybe3 CPerlObj::S_reghopmaybe3
+#define reghopmaybe3 S_reghopmaybe3
#define S_find_byclass CPerlObj::S_find_byclass
#define find_byclass S_find_byclass
#endif