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

Diff for /src/usr.bin/patch/common.h between version 1.27 and 1.28

version 1.27, 2014/11/22 15:49:28 version 1.28, 2014/11/25 10:26:07
Line 28 
Line 28 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <limits.h>
 #include <stdbool.h>  #include <stdbool.h>
   
 #define DEBUGGING  #define DEBUGGING
Line 38 
Line 39 
 #define INITHUNKMAX 125         /* initial dynamic allocation size */  #define INITHUNKMAX 125         /* initial dynamic allocation size */
 #define MAXLINELEN 8192  #define MAXLINELEN 8192
 #define BUFFERSIZE 1024  #define BUFFERSIZE 1024
   #define LINENUM_MAX LONG_MAX
   
 #define RCSSUFFIX ",v"  #define RCSSUFFIX ",v"
 #define CHECKOUT "co -l %s"  #define CHECKOUT "co -l %s"

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28