$NetBSD: patch-ab,v 1.1.1.1 2001/05/31 10:54:21 agc Exp $ --- biblook.h.orig Tue Mar 31 01:31:04 1998 +++ biblook.h @@ -206,7 +206,7 @@ #define MAJOR_VERSION 2 /* program version */ #define MINOR_VERSION 9 -#define MAXWORD 31 /* maximum length of word indexed */ +#define MAXWORD 255 /* maximum length of word indexed */ #define MAXSTRING 4095 /* maximum length of line handled */ typedef char Word[MAXWORD+1]; typedef char String[MAXSTRING+1];