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

Diff for /src/usr.bin/sort/sort.h between version 1.1 and 1.2

version 1.1, 1997/01/20 19:39:56 version 1.2, 1997/06/24 02:37:17
Line 47 
Line 47 
 #include <limits.h>  #include <limits.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
   
 #define NBINS 256  #define NBINS 256
 #define MAXMERGE 16  #define MAXMERGE 16

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2