summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index a9aaa4d0be..6d4cea7c07 100644
--- a/perl.h
+++ b/perl.h
@@ -1857,10 +1857,6 @@ typedef I32 (*regexec_t) _((regexp* prog, char* stringarg, char* strend, char*
strbeg, I32 minend, SV* screamer, void* data,
U32 flags));
-EXT regexp* pregcomp _((char* exp, char* xend, PMOP* pm));
-EXT I32 regexec_flags _((regexp* prog, char* stringarg, char* strend,
- char* strbeg, I32 minend, SV* screamer,
- void* data, U32 flags));
#endif
/* Set up PERLVAR macros for populating structs */