]> mj.ucw.cz Git - libucw.git/commit
Minor changes to the RB-tree code:
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2003 10:11:12 +0000 (10:11 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jun 2003 10:11:12 +0000 (10:11 +0000)
commite12f0ced823e41c00e08546571b62e134d1e963f
tree5d1ff590f8a80fcc59b5a7bb475f901075011964
parentb3524e137a080e8a37687347e1898cc1f0a91379
Minor changes to the RB-tree code:

o  Static declarations are much more common, so replace TREE_STATIC
   by TREE_GLOBAL (which does just the opposite).
o  <xxx> is reserved for system includes, use "xxx" instead.
o  Use TREE_TRACE instead of TRACE to avoid collisions with other tracing macros.
lib/redblack.h