From 05906b5fc0dd75fbca31463c10d07fb2eca7b83b Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Fri, 27 Nov 2009 06:41:39 +0000 Subject: get windows building again git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@884751 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/priv/couch_js/utf8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/couchdb/priv/couch_js/utf8.c') diff --git a/src/couchdb/priv/couch_js/utf8.c b/src/couchdb/priv/couch_js/utf8.c index d6d6dd2b..699a6fee 100644 --- a/src/couchdb/priv/couch_js/utf8.c +++ b/src/couchdb/priv/couch_js/utf8.c @@ -12,7 +12,7 @@ #include -static inline int +static int enc_char(uint8 *utf8Buffer, uint32 ucs4Char) { int utf8Length = 1; @@ -150,7 +150,7 @@ success: return bytes; } -static inline uint32 +static uint32 dec_char(const uint8 *utf8Buffer, int utf8Length) { uint32 ucs4Char; -- cgit v1.2.3