%
*/
-static inline NodeInfo *LinkSplayTreeNodes(NodeInfo **nodes,const size_t low,
+static NodeInfo *LinkSplayTreeNodes(NodeInfo **nodes,const size_t low,
const size_t high)
{
register NodeInfo
%
*/
-static inline NodeInfo *Splay(SplayTreeInfo *splay_tree,const size_t depth,
+static NodeInfo *Splay(SplayTreeInfo *splay_tree,const size_t depth,
const void *key,NodeInfo **node,NodeInfo **parent,NodeInfo **grandparent)
{
int
%
*/
-static inline MagickBooleanType CopyImageRegion(Image *destination,
- const Image *source,const size_t columns,const size_t rows,
- const ssize_t sx,const ssize_t sy,const ssize_t dx,const ssize_t dy,
- ExceptionInfo *exception)
+static MagickBooleanType CopyImageRegion(Image *destination,const Image *source, const size_t columns,const size_t rows,const ssize_t sx,const ssize_t sy,
+ const ssize_t dx,const ssize_t dy,ExceptionInfo *exception)
{
CacheView
*source_view,