diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-07-13 05:24:32 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 17:43:18 +0000 |
commit | d2f185dc382d88c8937811f2dad1af55f70d3369 (patch) | |
tree | ac4d7f51df6f88005dcddec474905cdbbd3dbf40 /embed.pl | |
parent | 27713a047c8e9e901eeddf0155f554c629a9f4a4 (diff) | |
download | perl-d2f185dc382d88c8937811f2dad1af55f70d3369.tar.gz |
Perl_re_dup()
Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11321
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2228,7 +2228,7 @@ Ap |PERL_SI*|si_dup |PERL_SI* si|clone_params* param Ap |ANY* |ss_dup |PerlInterpreter* proto_perl|clone_params* param Ap |void* |any_dup |void* v|PerlInterpreter* proto_perl Ap |HE* |he_dup |HE* e|bool shared|clone_params* param -Ap |REGEXP*|re_dup |REGEXP* r +Ap |REGEXP*|re_dup |REGEXP* r|clone_params* param Ap |PerlIO*|fp_dup |PerlIO* fp|char type Ap |DIR* |dirp_dup |DIR* dp Ap |GP* |gp_dup |GP* gp|clone_params* param |