diff options
| author | Rich Murphey <rich@FreeBSD.org> | 1993-09-22 16:51:03 +0000 |
|---|---|---|
| committer | Rich Murphey <rich@FreeBSD.org> | 1993-09-22 16:51:03 +0000 |
| commit | 931407698e2570bd43a044cee89e58bd1df8c9ee (patch) | |
| tree | 1430d6355bb0b2bb7e0b26fd7845db63e3ae2ab1 /gnu/usr.bin/patch/common.h | |
| parent | 3e79ffa604a21852d4f643ea3b6c274a8baa8f37 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/common.h')
| -rw-r--r-- | gnu/usr.bin/patch/common.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h index d1906fdaad18..9bae5bd1c45e 100644 --- a/gnu/usr.bin/patch/common.h +++ b/gnu/usr.bin/patch/common.h @@ -1,6 +1,9 @@ -/* $Header: common.h,v 2.0.1.2 88/06/22 20:44:53 lwall Locked $ +/* $Header: /a/cvs/386BSD/src/gnu/patch/common.h,v 1.1.1.1 1993/06/19 14:21:52 paul Exp $ + * + * $Log: common.h,v $ + * Revision 1.1.1.1 1993/06/19 14:21:52 paul + * b-maked patch-2.10 * - * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall * patch12: sprintf was declared wrong * @@ -58,10 +61,10 @@ #define TRUE (1) #define FALSE (0) -#define MAXHUNKSIZE 100000 /* is this enough lines? */ +#define MAXHUNKSIZE 200000 /* is this enough lines? */ #define INITHUNKMAX 125 /* initial dynamic allocation size */ -#define MAXLINELEN 1024 -#define BUFFERSIZE 1024 +#define MAXLINELEN 4096 +#define BUFFERSIZE 4096 #define SCCSPREFIX "s." #define GET "get %s" |
