pike.git
/
src
/
rbtree_low.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/rbtree_low.h:1:
+
/*\
+
||| 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_low.h,v 1.4 2002/10/08 20:22:26 nilsson Exp $
+
\*/
+
/* The lower level api for using rbtree. This is in a separate file * since it's quite macro heavy. * * Created 2001-04-27 by Martin Stjernholm
-
*
-
* $Id: rbtree_low.h,v 1.3 2002/08/28 13:42:52 grubba Exp $
+
*/ #ifndef RBTREE_LOW_H #define RBTREE_LOW_H #include "rbtree.h" /* A sliced stack is used to track the way down in a tree, so we can * back up again easily while rebalancing it. The first slice is * allocated on the C stack. */