]> mj.ucw.cz Git - libucw.git/commitdiff
Moved MAX_COMPLEX_LEN to index.h.
authorMartin Mares <mj@ucw.cz>
Mon, 3 Jun 2002 17:02:09 +0000 (17:02 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 3 Jun 2002 17:02:09 +0000 (17:02 +0000)
lib/index.h

index 696a92191c3996011a5cf3774e47cdd9b8ad2ec7..75b3b7dc2a73d940047589d30fe6c0c5cc569c4b 100644 (file)
@@ -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 */