From: Martin Mares Date: Mon, 16 Jun 2008 16:43:31 +0000 (+0200) Subject: Word length: Set the parameters in library examples. X-Git-Tag: holmes-import~438 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d75e8af89c831ba37062d16a102871ef4f443457;p=libucw.git Word length: Set the parameters in library examples. --- diff --git a/free/libs/examples/internal/default.cfg b/free/libs/examples/internal/default.cfg index c0335b5e..12b3c7b7 100644 --- a/free/libs/examples/internal/default.cfg +++ b/free/libs/examples/internal/default.cfg @@ -5,7 +5,8 @@ Set("CONFIG_SHARED"); # 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");