Header refactoring: break out rb.h dependencies
This commit is contained in:
committed by
David Goldblatt
parent
2f00ce4da7
commit
63a5cd4cc2
@@ -22,6 +22,10 @@
|
||||
#ifndef RB_H_
|
||||
#define RB_H_
|
||||
|
||||
#ifndef __PGI
|
||||
#define RB_COMPACT
|
||||
#endif
|
||||
|
||||
#ifdef RB_COMPACT
|
||||
/* Node structure. */
|
||||
#define rb_node(a_type) \
|
||||
|
Reference in New Issue
Block a user