summaryrefslogtreecommitdiff
path: root/textproc/biblook/patches/patch-ab
blob: 29ac213a798cc5916aa3054b71000fc727b6ab5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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];