summaryrefslogtreecommitdiff
path: root/proto.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 /proto.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 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 9e99392bce..e1b91dc304 100644
--- a/proto.h
+++ b/proto.h
@@ -880,6 +880,10 @@ VIRTUAL SV** get_specialsv_list _((void));
VIRTUAL int& ErrorNo _((void));
#endif /* WIN32 */
#else /* !PERL_OBJECT */
+regexp* pregcomp _((char* exp, char* xend, PMOP* pm));
+I32 regexec_flags _((regexp* prog, char* stringarg, char* strend,
+ char* strbeg, I32 minend, SV* screamer,
+ void* data, U32 flags));
END_EXTERN_C
#endif /* PERL_OBJECT */