--- srclib/apr/memory/unix/apr_pools.c~	Sat Aug 25 13:09:29 2001
+++ srclib/apr/memory/unix/apr_pools.c	Sat Aug 25 13:30:30 2001
@@ -256,7 +256,7 @@
     return node;
 }
 
-static void node_free(allocator_t *allocator, node_t *node)
+static APR_INLINE void node_free(allocator_t *allocator, node_t *node)
 {
     node_t *next;
     apr_uint32_t index, max_index;
