summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-07-14 10:38:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-07-14 10:38:35 +0000
commit01ec43d06089361423d61a40521883bf73e1944a (patch)
treea27dd1835fe39bd062de7cf4f0a40b35ecbb7e67 /embed.pl
parent631cfb58c2bd693774ee9ffe59908af4423167d4 (diff)
downloadperl-01ec43d06089361423d61a40521883bf73e1944a.tar.gz
enable UTF-16 filter by default if relevant BOM is seen; various
cleanups (typos, misformatted code, and small bugs) p4raw-id: //depot/perl@6399
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 2b75a499ae..08e305ba33 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1375,7 +1375,7 @@ Ap |bool |Gv_AMupdate |HV* stash
p |OP* |append_elem |I32 optype|OP* head|OP* tail
p |OP* |append_list |I32 optype|LISTOP* first|LISTOP* last
p |I32 |apply |I32 type|SV** mark|SV** sp
-Afp |void |apply_attrs_string|char *stashpv|CV *cv|char *attrstr|STRLEN len
+Ap |void |apply_attrs_string|char *stashpv|CV *cv|char *attrstr|STRLEN len
Ap |SV* |avhv_delete_ent|AV *ar|SV* keysv|I32 flags|U32 hash
Ap |bool |avhv_exists_ent|AV *ar|SV* keysv|U32 hash
Ap |SV** |avhv_fetch_ent |AV *ar|SV* keysv|I32 lval|U32 hash