chiark / gitweb /
avltree.c (avltree_splitroot): Set right tree height correctly.
[xyla] / internal.h
1 #ifndef INTERNAL_H
2 #define INTERNAL_H
3
4 #ifdef BSTREE_VERBOSE
5 #  define V(x) x
6 #else
7 #  define V(x)
8 #endif
9
10 #endif