- void printNode();
- void printTree(UBool withHeading);
-#else
- // Do-nothing inline functions for non-debug builds. Can't make empty defines for member
- // functions - they won't compile at the call sites.
- int fakeField;
- #define printNode() fakeField=0;
- #define printTree(withHeading) fakeField=0;
+ static void printNodeHeader();
+ static void printNode(const RBBINode *n);
+ static void printTree(const RBBINode *n, UBool withHeading);