From: Martin Mares Date: Wed, 30 Jul 2008 15:19:19 +0000 (+0200) Subject: Update MAX_WORD_xxx in the lib-only customization. X-Git-Tag: holmes-import~358 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2a8d59ea04243c532d7dbd96f9f14fcf8a265e91;p=libucw.git Update MAX_WORD_xxx in the lib-only customization. --- diff --git a/free/libs/default.cfg b/free/libs/default.cfg index 9a9de22f..6a1bdc21 100644 --- a/free/libs/default.cfg +++ b/free/libs/default.cfg @@ -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");