pike.git/
src/
rbtree_low.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-28
2002-08-28 13:42:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b6dcfd474f68a620954580ef088217adac2992cc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some compilers (eg cc/HPUX) need sentinels when initializing arrays.
Rev: src/rbtree_low.h:1.3
3:
* * Created 2001-04-27 by Martin Stjernholm *
-
* $Id: rbtree_low.h,v 1.
2
2002/08/
15
14
:
49
:
25
marcus
Exp $
+
* $Id: rbtree_low.h,v 1.
3
2002/08/
28
13
:
42
:
52
grubba
Exp $
*/ #ifndef RBTREE_LOW_H
53:
struct rbstack_slice PIKE_CONCAT3 (_, rbstack, _top_) = { \ DO_IF_RB_STATS (0 COMMA 0 COMMA) \ NULL, \
-
{}
\
+
{NULL,}
\
}; \ struct rbstack_ptr rbstack = { \ (PIKE_CONCAT3 (_, rbstack, _top_).up = NULL, \