diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-10-04 14:36:07 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-10-04 14:36:07 +0200 |
| commit | 6fb072f62c2f50118dd5cb377d10c76ece51e5fb (patch) | |
| tree | d4572ba16b2ab45a7601b70cdb5811023ac3b390 /rb.c | |
| parent | ace33ff2c18c732e7ac30c49d95f7c35e06d7cee (diff) | |
| download | data-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -114,6 +114,7 @@ uncle(node n) | |||
| 114 | void | 114 | void |
| 115 | verify_properties(rbtree t) | 115 | verify_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); |
