Subversion Repositories wimsdev

Rev

Rev 8123 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8123 Rev 8185
Line 18... Line 18...
18
/* Versatile translation according to a dictionary */
18
/* Versatile translation according to a dictionary */
19
 
19
 
20
/*************** Customization: change values hereafter ****************/
20
/*************** Customization: change values hereafter ****************/
21
#include "suffix.h"
21
#include "suffix.h"
22
#include "../Lib/libwims.h"
22
#include "../Lib/libwims.h"
23
#include "../wimsdef.h"
-
 
24
#include "translator_.h"
23
#include "translator_.h"
25
/* limit of dictionary entries */
24
/* limit of dictionary entries */
26
#define entrylim 32768
25
#define entrylim 32768
27
/* limit of dictionary length */
26
/* limit of dictionary length */
28
#define diclim 1024*1024
27
#define diclim 1024*1024