diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-18 17:06:55 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-18 17:48:10 +0100 |
commit | a28af015d589214a604c671d2bc6eb78eba99218 (patch) | |
tree | a4a12c3f4590e35b95ee4b5a15fd88027b31150b /embed.fnc | |
parent | 28c3d5f4a254cce07b783305aa5f3a842a9aecbc (diff) | |
download | perl-a28af015d589214a604c671d2bc6eb78eba99218.tar.gz |
Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fnc
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1793,6 +1793,10 @@ s |void |update_debugger_info|NULLOK SV *orig_sv \ |NULLOK const char *const buf|STRLEN len sR |char* |skipspace |NN char *s sR |char* |swallow_bom |NN U8 *s +#ifndef PERL_NO_UTF16_FILTER +s |I32 |utf16_textfilter|int idx|NN SV *sv|int maxlen +s |I32 |utf16rev_textfilter|int idx|NN SV *sv|int maxlen +#endif s |void |checkcomma |NN const char *s|NN const char *name \ |NN const char *what s |bool |feature_is_enabled|NN const char *const name|STRLEN namelen |