summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-19 21:00:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-19 21:00:46 +0000
commit051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (patch)
treeeadaef546274775aaa08c66865db80b33e98abdb /src/charset.c
parent9c13b359b496c5268702776105a9f87b269e84f3 (diff)
updated for version 7.0073
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.c b/src/charset.c
index c198284476..c05a83d26a 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1005,6 +1005,7 @@ init_spell_chartab()
}
}
+#if defined(FEAT_MBYTE) || defined(PROTO)
static char *e_affform = N_("E761: Format error in affix file FOL, LOW or UPP");
static char *e_affrange = N_("E762: Character in FOL, LOW or UPP is out of range");
@@ -1083,6 +1084,7 @@ set_spell_chartab(fol, low, upp)
return set_spell_finish(&new_st);
}
+#endif
/*
* Set the spell character tables from strings in the .spl file.