2014-12-06
2014-12-06 19:14:31 by Bill Welliver <bill@welliver.org>
-
e82bbed61d8f3ce6b19cc1e6005f7f5400f6c55a
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.0
build: more fixes for windows.
91: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
/* To get good type checking. */
- static INLINE struct rb_node_hdr __attribute__((unused)) *rb_node_check (struct rb_node_hdr *node)
+ static INLINE struct rb_node_hdr ATTRIBUTE((unused)) *rb_node_check (struct rb_node_hdr *node)
{return node;}
#else
#define rb_node_check(node) ((struct rb_node_hdr *) (node))