diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 10:38:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-07-14 10:38:35 +0000 |
commit | 01ec43d06089361423d61a40521883bf73e1944a (patch) | |
tree | a27dd1835fe39bd062de7cf4f0a40b35ecbb7e67 /embed.pl | |
parent | 631cfb58c2bd693774ee9ffe59908af4423167d4 (diff) | |
download | perl-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-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |