diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-01 08:52:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-01 08:52:16 +0000 |
commit | a86f0dc98a98470272f57769cfd209896e37a52f (patch) | |
tree | 65d0ad7a6df4a09bcf60ae485ca84eb5c1da7bd3 /embed.pl | |
parent | b1c7b182089ae182f17e92b5d889352bce844aeb (diff) | |
download | perl-a86f0dc98a98470272f57769cfd209896e37a52f.tar.gz |
export pregexec(), Tk uses it
p4raw-id: //depot/perl@4939
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1827,7 +1827,7 @@ Ap |void |push_scope p |OP* |ref |OP* o|I32 type p |OP* |refkids |OP* o|I32 type Ap |void |regdump |regexp* r -p |I32 |pregexec |regexp* prog|char* stringarg \ +Ap |I32 |pregexec |regexp* prog|char* stringarg \ |char* strend|char* strbeg|I32 minend \ |SV* screamer|U32 nosave Ap |void |pregfree |struct regexp* r |