File ebview-0.3.6-isjisp-undefined.patch of Package ebview
Index: ebview-0.3.6/src/jcode.c
===================================================================
--- ebview-0.3.6.orig/src/jcode.c
+++ ebview-0.3.6/src/jcode.c
@@ -275,7 +275,7 @@ gchar *iconv_convert2(const gchar *icode
return(result);
}
-inline gboolean isjisp(const gchar *buff){
+gboolean isjisp(const gchar *buff){
g_assert(buff != NULL);
if((buff[0] >= 0x21) && (buff[0] <= 0x74) &&
Index: ebview-0.3.6/src/jcode.h
===================================================================
--- ebview-0.3.6.orig/src/jcode.h
+++ ebview-0.3.6/src/jcode.h
@@ -31,7 +31,7 @@ enum {
gchar *iconv_convert(const gchar *icode, const gchar *ocode, const gchar *inbuf);
gchar *iconv_convert2(const gchar *icode, const gchar *ocode, const gchar *orig);
-inline gboolean isjisp(const gchar *buff);
+gboolean isjisp(const gchar *buff);
gboolean iseuckanji(const guchar *buff);
gboolean iseuchiragana(const guchar *buff);
gboolean iseuckatakana(const guchar *buff);