You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/09 19:35:19 UTC

incubator-corinthia git commit: Make sure iconv is not used

Repository: incubator-corinthia
Updated Branches:
  refs/heads/master f576b1f82 -> 385501db9


Make sure iconv is not used


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/385501db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/385501db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/385501db

Branch: refs/heads/master
Commit: 385501db97c0c88f5b1e3aa6842277ae21d94e97
Parents: f576b1f
Author: jani <ja...@apache.org>
Authored: Sun Aug 9 19:34:55 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Sun Aug 9 19:34:55 2015 +0200

----------------------------------------------------------------------
 DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/385501db/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c b/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c
index 262a4b6..dcdabf5 100644
--- a/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c
+++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c
@@ -11,7 +11,10 @@
 
 #ifdef TIDY_ICONV_SUPPORT
 
+#if 0
+// NOT ALLOWED IN APACHE
 #include <iconv.h>
+#endif
 
 /* maximum number of bytes for a single character */
 #define TC_INBUFSIZE  16