chiark / gitweb /
soak: Pop test-program stack before comparing it to the reference.
[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