summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-03-09 20:12:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-09 20:12:11 +0000
commit55222be88d47a690542bb115106ab0ffa7223aaa (patch)
tree9e139560119ee25484cd5d189ac43d14680592e5 /embed.fnc
parent0f29a5678147e1d4f721d3b5069c7527c5801d73 (diff)
downloadperl-55222be88d47a690542bb115106ab0ffa7223aaa.tar.gz
I hate embed*. Tell me what you know.
p4raw-id: //depot/perl@18870
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed.fnc b/embed.fnc
index 4005cb493e..d4e1f35d3e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -17,11 +17,11 @@
: r function never returns
: o has no compatibility macro (#define foo Perl_foo)
: x not exported
-: M may change: no Perl_ proto, but exported
+: X explicitly exported
+: M may change
: E visible to Perl core extensions
: b binary backward compatibility; function is a macro
: but has also Perl_ implementation (which is exported)
-: X no Perl_ proto
:
: Individual flags may be separated by whitespace.
:
@@ -731,7 +731,7 @@ Ap |void |sv_dump |SV* sv
Apd |bool |sv_derived_from|SV* sv|const char* name
Apd |I32 |sv_eq |SV* sv1|SV* sv2
Apd |void |sv_free |SV* sv
-ApoMX |void |sv_free2 |SV* sv
+poMX |void |sv_free2 |SV* sv
pd |void |sv_free_arenas
Apd |char* |sv_gets |SV* sv|PerlIO* fp|I32 append
Apd |char* |sv_grow |SV* sv|STRLEN newlen