From: Martin Mares Date: Mon, 3 Jun 2002 17:02:09 +0000 (+0000) Subject: Moved MAX_COMPLEX_LEN to index.h. X-Git-Tag: holmes-import~1406 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7437b0022ae4363dc17142a3af29853ce8245a25;p=libucw.git Moved MAX_COMPLEX_LEN to index.h. --- 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 */