aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-search-private.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-06 23:22:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-06 23:22:56 +0800
commitf1e001698a5db0b0ea3136c973769e0f6019d9ea (patch)
tree11ba661d22bb7599846da2ff4fcfdda7464cb13f /camel/camel-search-private.c
parentb268196c1cc77b65645661b1cab47a8211d69ec9 (diff)
downloadgsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar.gz
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar.bz2
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar.lz
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar.xz
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.tar.zst
gsoc2013-evolution-f1e001698a5db0b0ea3136c973769e0f6019d9ea.zip
Same as below.
2003-03-06 Jeffrey Stedfast <fejj@ximian.com> * camel-text-index.c (camel_utf8_next): Same as below. * camel-search-private.c (camel_utf8_getc): Updated since not all platforms/compiles support __inline__. svn path=/trunk/; revision=20192
Diffstat (limited to 'camel/camel-search-private.c')
-rw-r--r--camel/camel-search-private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-search-private.c b/camel/camel-search-private.c
index 8b0879f7ed..7cadbd525a 100644
--- a/camel/camel-search-private.c
+++ b/camel/camel-search-private.c
@@ -495,7 +495,7 @@ camel_search_message_body_contains (CamelDataWrapper *object, regex_t *pattern)
return truth;
}
-static __inline__ guint32
+static inline guint32
camel_utf8_getc(const unsigned char **ptr)
{
register unsigned char *p = (unsigned char *)*ptr;