diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:39:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 03:39:07 +0000 |
commit | d0674b55e5a9642fec04317f696851f696a91976 (patch) | |
tree | 608cd57d626b54b93d02e8704a879953c81b1c91 /embed.pl | |
parent | 9070c74a4a69265863bf0ed35e2f044c9ad5b133 (diff) | |
download | perl-d0674b55e5a9642fec04317f696851f696a91976.tar.gz |
export cv_undef() and cv_const_sv() (mod_perl uses them to
good advantage)
p4raw-id: //depot/perl@5774
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1418,9 +1418,9 @@ Afnp |int |fprintf_nocontext|PerlIO* stream|const char* fmt|... #endif p |void |cv_ckproto |CV* cv|GV* gv|char* p p |CV* |cv_clone |CV* proto -p |SV* |cv_const_sv |CV* cv +Ap |SV* |cv_const_sv |CV* cv p |SV* |op_const_sv |OP* o|CV* cv -p |void |cv_undef |CV* cv +Ap |void |cv_undef |CV* cv Ap |void |cx_dump |PERL_CONTEXT* cs Ap |SV* |filter_add |filter_t funcp|SV* datasv Ap |void |filter_del |filter_t funcp |