]> mj.ucw.cz Git - libucw.git/commitdiff
Word length: Set the parameters in library examples.
authorMartin Mares <mj@ucw.cz>
Mon, 16 Jun 2008 16:43:31 +0000 (18:43 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Jun 2008 16:43:31 +0000 (18:43 +0200)
free/libs/examples/internal/default.cfg

index c0335b5e4167b9944e05c15f825300d5feb5a0c9..12b3c7b7f57de2357a715949fc877787703d8be3 100644 (file)
@@ -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");