summaryrefslogtreecommitdiffstats
path: root/tdespell2/plugins/ispell/hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdespell2/plugins/ispell/hash.cpp')
-rw-r--r--tdespell2/plugins/ispell/hash.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdespell2/plugins/ispell/hash.cpp b/tdespell2/plugins/ispell/hash.cpp
index 03bd880bb..07693c14f 100644
--- a/tdespell2/plugins/ispell/hash.cpp
+++ b/tdespell2/plugins/ispell/hash.cpp
@@ -180,8 +180,8 @@
*/
int ISpellChecker::hash (ichar_t *s, int hashtblsize)
{
- register long h = 0;
- register int i;
+ long h = 0;
+ int i;
#ifdef ICHAR_IS_CHAR
for (i = 4; i-- && *s != 0; )