diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1998-07-13 04:52:27 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 06:38:15 +0000 |
commit | 778ddebdd36200650e05e3789258e36307a5988b (patch) | |
tree | b84c84b307381381e0f52bb7f7ce4227b299b709 /proto.h | |
parent | 384f7be5bc08c545c16bd631c7ca9f54fc7d23dc (diff) | |
download | perl-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |