Subversion Repositories wimsdev

Rev

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

Rev 8149 Rev 8185
Line 25... Line 25...
25
#define diclim 2*1024*1024
25
#define diclim 2*1024*1024
26
/* limit of source length */
26
/* limit of source length */
27
#define sourcelim 16*1024*1024
27
#define sourcelim 16*1024*1024
28
 
28
 
29
/***************** Nothing should need change hereafter *****************/
29
/***************** Nothing should need change hereafter *****************/
30
#include "suffix.h"
-
 
31
#include "../wims.h"
-
 
32
#include "../Lib/libwims.h"
30
#include "../Lib/libwims.h"
-
 
31
#include "suffix.h"
33
 
32
 
34
char *inpbuf, outbuf[2*(MAX_LINELEN+1)];
33
char *inpbuf, outbuf[2*(MAX_LINELEN+1)];
35
char *dicbuf;
34
char *dicbuf;
36
struct entry {
35
struct entry {
37
    unsigned char *original, *replace;
36
    unsigned char *original, *replace;