summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-17 03:39:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-17 03:39:07 +0000
commitd0674b55e5a9642fec04317f696851f696a91976 (patch)
tree608cd57d626b54b93d02e8704a879953c81b1c91 /embed.pl
parent9070c74a4a69265863bf0ed35e2f044c9ad5b133 (diff)
downloadperl-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-xembed.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 73fdcaf755..0593f0403a 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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