[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.7 and 1.8

version 1.7, 1997/06/24 02:33:48 version 1.8, 1997/09/06 23:51:31
Line 50 
Line 50 
   
 #define MAXHUNKSIZE 100000              /* is this enough lines? */  #define MAXHUNKSIZE 100000              /* is this enough lines? */
 #define INITHUNKMAX 125                 /* initial dynamic allocation size */  #define INITHUNKMAX 125                 /* initial dynamic allocation size */
 #define MAXLINELEN 1024  #define MAXLINELEN 8192
 #define BUFFERSIZE 1024  #define BUFFERSIZE 1024
   
 #define SCCSPREFIX "s."  #define SCCSPREFIX "s."

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