Rev 13634 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13634 | Rev 15776 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | #define diclim 1024*1024 |
27 | #define diclim 1024*1024 |
28 | 28 | ||
29 | /***************** Nothing should need change hereafter *****************/ |
29 | /***************** Nothing should need change hereafter *****************/ |
30 | 30 | ||
31 | 31 | ||
32 | char inpbuf[MAX_LINELEN+1], outbuf[ |
32 | char inpbuf[MAX_LINELEN+1], outbuf[MAX_LINELEN]; |
33 | char *dicbuf; |
33 | char *dicbuf; |
34 | struct entry entry[entrylim]; |
34 | struct entry entry[entrylim]; |
35 | int entrycount; |
35 | int entrycount; |
36 | int entry_size=sizeof(entry); |
36 | int entry_size=sizeof(entry); |
37 | 37 |