chiark / gitweb /
Rename files to remove the pointless `tree' part.
[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