aboutsummaryrefslogtreecommitdiff
path: root/rb.c
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-10-04 14:36:07 +0200
committerThomas Schmucker <ts@its1.de>2020-10-04 14:36:07 +0200
commit6fb072f62c2f50118dd5cb377d10c76ece51e5fb (patch)
treed4572ba16b2ab45a7601b70cdb5811023ac3b390 /rb.c
parentace33ff2c18c732e7ac30c49d95f7c35e06d7cee (diff)
downloaddata-structures-6fb072f62c2f50118dd5cb377d10c76ece51e5fb.tar.gz
data-structures-6fb072f62c2f50118dd5cb377d10c76ece51e5fb.tar.bz2
data-structures-6fb072f62c2f50118dd5cb377d10c76ece51e5fb.zip
Setze srcut-Marker...
Diffstat (limited to 'rb.c')
-rw-r--r--rb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rb.c b/rb.c
index 1a9e873..ac21ec8 100644
--- a/rb.c
+++ b/rb.c
@@ -114,6 +114,7 @@ uncle(node n)
114void 114void
115verify_properties(rbtree t) 115verify_properties(rbtree t)
116{ 116{
117 (void) t;
117#ifdef VERIFY_RBTREE 118#ifdef VERIFY_RBTREE
118 verify_property_1(t->root); 119 verify_property_1(t->root);
119 verify_property_2(t->root); 120 verify_property_2(t->root);