[BACK]Return to coll.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sort

Diff for /src/usr.bin/sort/coll.c between version 1.7 and 1.8

version 1.7, 2015/04/02 20:58:43 version 1.8, 2015/04/02 22:14:51
Line 76 
Line 76 
 }  }
   
 /*  /*
  * Calculate whether we need key hint space   * Calculate whether we need key hint space
  */   */
 static size_t  static size_t
 key_hint_size(void)  key_hint_size(void)
Line 582 
Line 582 
             (struct sort_list_item **)ss2, 0);              (struct sort_list_item **)ss2, 0);
 }  }
   
 #define LSCDEF(N)                                                                                       \  #define LSCDEF(N)                                                                                       \
 static int                                                                                              \  static int                                                                                              \
 list_coll_##N(struct sort_list_item **ss1, struct sort_list_item **ss2)                                 \  list_coll_##N(struct sort_list_item **ss1, struct sort_list_item **ss2)                                 \
 {                                                                                                       \  {                                                                                                       \
                                                                                                         \                                                                                                          \

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8