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 26... | Line 26... | ||
26 | /* separation character */ |
26 | /* separation character */ |
27 | char sepchar=':', grpchar=0; |
27 | char sepchar=':', grpchar=0; |
28 | 28 | ||
29 | /***************** Nothing should need change hereafter *****************/ |
29 | /***************** Nothing should need change hereafter *****************/ |
30 | 30 | ||
31 | #include "suffix.h" |
- | |
32 | #include "../wims.h" |
- | |
33 | #include "../Lib/libwims.h" |
31 | #include "../Lib/libwims.h" |
- | 32 | #include "suffix.h" |
|
34 | 33 | ||
35 | char inpbuf[MAX_LINELEN+1], outbuf[2*MAX_LINELEN+2]; |
34 | char inpbuf[MAX_LINELEN+1], outbuf[2*MAX_LINELEN+2]; |
36 | char *dicbuf; |
35 | char *dicbuf; |
37 | char dicname[1024], suffixname[1024]; |
36 | char dicname[1024], suffixname[1024]; |
38 | 37 |