Changeset 5921 for trunk/tools/fastdep/avl.h
- Timestamp:
 - Jun 7, 2001, 2:35:42 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/tools/fastdep/avl.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/tools/fastdep/avl.h
r3132 r5921 1 /* $Id: avl.h,v 1. 2 2000-03-16 23:51:25bird Exp $1 /* $Id: avl.h,v 1.3 2001-06-07 00:35:42 bird Exp $ 2 2 * 3 3 * AVL-Tree (lookalike) declaration. … … 38 38 #define AVL_E(key1, key2) (strcmp(key1, key2) == 0) 39 39 #define AVL_NE(key1, key2) (strcmp(key1, key2) != 0) 40 40 #define AVL_CMP(key1, key2) strcmp(key1, key2) 41 41 42 42 /**  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  