summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-07-13 04:52:27 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 06:38:15 +0000
commit778ddebdd36200650e05e3789258e36307a5988b (patch)
treeb84c84b307381381e0f52bb7f7ce4227b299b709 /perl.h
parent384f7be5bc08c545c16bd631c7ca9f54fc7d23dc (diff)
downloadperl-778ddebdd36200650e05e3789258e36307a5988b.tar.gz
applied patch, slightly tweaked
Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> Subject: [PATCH 5.004_73]Get re module working on VMS p4raw-id: //depot/perl@1486
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 */