]> mj.ucw.cz Git - libucw.git/commitdiff
Update MAX_WORD_xxx in the lib-only customization.
authorMartin Mares <mj@ucw.cz>
Wed, 30 Jul 2008 15:19:19 +0000 (17:19 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 30 Jul 2008 15:19:19 +0000 (17:19 +0200)
free/libs/default.cfg

index 9a9de22f3e2470a9cf57c7974afd512d4e1f75e5..6a1bdc216e3e6a6e3f948b374fc775061d5fd2e5 100644 (file)
@@ -20,7 +20,8 @@ Set("CONFIG_BUCKET_SHIFT" => 6);
 
 # Liblang settings
 Set("CONFIG_LANG");
-Set("MAX_WORD_LEN" => 64);
+Set("MAX_WORD_CHARS" => 64);
+Set("MAX_WORD_BYTES" => 192);
 
 # Libimages settings
 Set("CONFIG_IMAGES");