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 /perl.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 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |