=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/mg/def.h 2001/01/29 01:58:06 1.6 +++ src/usr.bin/mg/def.h 2001/05/01 13:22:00 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.6 2001/01/29 01:58:06 niklas Exp $ */ +/* $OpenBSD: def.h,v 1.7 2001/05/01 13:22:00 art Exp $ */ /* * This file is the general header file for all parts @@ -43,8 +43,8 @@ /* * Table sizes, etc. */ -#define NFILEN 80 /* Length, file name. */ -#define NBUFN 24 /* Length, buffer name. */ +#define NFILEN 1024 /* Length, file name. */ +#define NBUFN NFILEN /* Length, buffer name. */ #define NLINE 256 /* Length, line. */ #define PBMODES 4 /* modes per buffer */ #define NKBDM 256 /* Length, keyboard macro. */