[libdazzle] build: remove use of G_INLINE_FUNC



commit 44af19141a1a297aaeb91cd7d91632422c18e828
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 25 08:25:18 2019 -0700

    build: remove use of G_INLINE_FUNC

 src/search/dzl-trie.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/search/dzl-trie.c b/src/search/dzl-trie.c
index 7c15bfd..b4ac47c 100644
--- a/src/search/dzl-trie.c
+++ b/src/search/dzl-trie.c
@@ -187,7 +187,7 @@ dzl_trie_node_new (DzlTrie     *trie,
  *
  * Returns: %TRUE if there are no free slots in @chunk.
  */
-G_INLINE_FUNC gboolean
+static inline gboolean
 dzl_trie_node_chunk_is_full (DzlTrieNodeChunk *chunk)
 {
    g_assert(chunk);
@@ -371,7 +371,7 @@ dzl_trie_find_or_create_node (DzlTrie     *trie,
  * Removes child at index @idx from the chunk. The last item in the
  * chain of chunks will be moved to the slot indicated by @idx.
  */
-G_INLINE_FUNC void
+static inline void
 dzl_trie_node_remove_fast (DzlTrieNode      *node,
                            DzlTrieNodeChunk *chunk,
                            guint             idx)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]