summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-18 17:06:55 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-18 17:48:10 +0100
commita28af015d589214a604c671d2bc6eb78eba99218 (patch)
treea4a12c3f4590e35b95ee4b5a15fd88027b31150b /embed.fnc
parent28c3d5f4a254cce07b783305aa5f3a842a9aecbc (diff)
downloadperl-a28af015d589214a604c671d2bc6eb78eba99218.tar.gz
Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fnc
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index bb2a4d92a4..7bbb91a827 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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