From 7437b0022ae4363dc17142a3af29853ce8245a25 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Jun 2002 17:02:09 +0000 Subject: [PATCH] Moved MAX_COMPLEX_LEN to index.h. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.h b/lib/index.h index 696a9219..75b3b7dc 100644 --- a/lib/index.h +++ b/lib/index.h @@ -13,6 +13,7 @@ /* Words */ #define MAX_WORD_LEN 64 +#define MAX_COMPLEX_LEN 10 /* Word and string types are defined in lib/custom.h */ -- 2.39.2