Rev 8100 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8100 | Rev 8123 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | * |
12 | * |
13 | * You should have received a copy of the GNU General Public License |
13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program; if not, write to the Free Software |
14 | * along with this program; if not, write to the Free Software |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
- | 17 | ||
- | 18 | #include "../Lib/libwims.h" |
|
- | 19 | #include "suffix.h" |
|
17 | 20 | ||
18 | #define suflim 256 |
21 | #define suflim 256 |
19 | #define sufbuflim 102400 |
22 | #define sufbuflim 102400 |
20 | 23 | ||
21 | int suffixcnt; |
24 | int suffixcnt; |