Remove sizeof(int) < 4 related code

This commit is contained in:
John Schmidt
2014-04-20 23:57:12 +02:00
committed by Thiago de Arruda
parent 0072ba9361
commit b10341ce5b
5 changed files with 1 additions and 46 deletions

View File

@@ -341,11 +341,7 @@
/* Type used for indexes in the word tree need to be at least 4 bytes. If int
* is 8 bytes we could use something smaller, but what? */
#if SIZEOF_INT > 3
typedef int idx_T;
#else
typedef long idx_T;
#endif
# define SPL_FNAME_TMPL "%s.%s.spl"
# define SPL_FNAME_ADD ".add."