2002-12-22
2002-12-22 17:18:55 by Martin Stjernholm <mast@lysator.liu.se>
-
8cfc0288fbc021cd17651b0ba93ff391f34a98c5
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Changed some "inline" to "INLINE" and did other small changes to please gcc
-pedantic somewhat.
Rev: src/multiset.c:1.62
Rev: src/multiset.h:1.30
Rev: src/pike_threadlib.h:1.23
Rev: src/rbtree.c:1.22
Rev: src/rbtree.h:1.9
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: rbtree.h,v 1.8 2002/10/11 01:39:37 nilsson Exp $
+ || $Id: rbtree.h,v 1.9 2002/12/22 17:18:55 mast Exp $
*/
/* An implementation of a threaded red/black balanced binary tree.
92: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
/* To get good type checking. */
- static inline struct rb_node_hdr *rb_node_check (struct rb_node_hdr *node)
+ static INLINE struct rb_node_hdr *rb_node_check (struct rb_node_hdr *node)
{return node;}
#else
#define rb_node_check(node) ((struct rb_node_hdr *) (node))