summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-18 17:47:10 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-18 17:48:10 +0100
commitaa6dbd607b0a3d8a49c43b63b63b73ed167692c3 (patch)
tree3cf8643685843540f492da953c36011c0d401152 /embed.h
parent161735889e3f206d41ba19c0a094a7e55e577462 (diff)
downloadperl-aa6dbd607b0a3d8a49c43b63b63b73ed167692c3.tar.gz
Merge S_utf16_textfilter and S_utf16rev_textfilter().
Use IoLINES() on the filter's SV to determine which encoding is in use.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index 7e69fec9de..66c3194f5c 100644
--- a/embed.h
+++ b/embed.h
@@ -1584,7 +1584,6 @@
#ifndef PERL_NO_UTF16_FILTER
#ifdef PERL_CORE
#define utf16_textfilter S_utf16_textfilter
-#define utf16rev_textfilter S_utf16rev_textfilter
#endif
#endif
#ifdef PERL_CORE
@@ -3959,7 +3958,6 @@
#ifndef PERL_NO_UTF16_FILTER
#ifdef PERL_CORE
#define utf16_textfilter(a,b,c) S_utf16_textfilter(aTHX_ a,b,c)
-#define utf16rev_textfilter(a,b,c) S_utf16rev_textfilter(aTHX_ a,b,c)
#endif
#endif
#ifdef PERL_CORE