From 52657f304589f1061955524e1c3f71ab033cd3d4 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Wed, 29 Mar 2006 04:13:36 -0600 Subject: Clean up regexec.c, and remove two functions Message-ID: <20060329161336.GA12456@petdance.com> p4raw-id: //depot/perl@27630 --- embed.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'embed.h') 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) -- cgit v1.2.1