]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 23:37:06 +0000 (23:37 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 23:37:06 +0000 (23:37 +0000)
MagickCore/splay-tree.c

index 4b0fc6e433f35b25a1c4470a608961bc287fd826..54d7c5667fb30a45849081a3fe530d97e8f178ba 100644 (file)
@@ -967,7 +967,7 @@ MagickExport size_t GetNumberOfNodesInSplayTree(
 %    o value: the value.
 %
 */
-static inline int IterateOverSplayTree(SplayTreeInfo *splay_tree,
+static int IterateOverSplayTree(SplayTreeInfo *splay_tree,
   int (*method)(NodeInfo *,const void *),const void *value)
 {
   typedef enum
@@ -1562,7 +1562,7 @@ static inline NodeInfo *Splay(SplayTreeInfo *splay_tree,const size_t depth,
   return(n);
 }
 
-static inline void SplaySplayTree(SplayTreeInfo *splay_tree,const void *key)
+static void SplaySplayTree(SplayTreeInfo *splay_tree,const void *key)
 {
   if (splay_tree->root == (NodeInfo *) NULL)
     return;