diff options
Diffstat (limited to 'src/spell.h')
-rw-r--r-- | src/spell.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spell.h b/src/spell.h index 18c96446c..085f18c21 100644 --- a/src/spell.h +++ b/src/spell.h @@ -38,11 +38,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 VIM_SIZEOF_INT > 3 typedef int idx_T; -#else -typedef long idx_T; -#endif typedef int salfirst_T; |