summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/replist.hxx
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-30 09:37:41 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-30 09:37:41 +0000
commitc3fc2108262762d1c4c54fac4b7376e65eb7689e (patch)
treed13cb8279abb8463b509844ceeff3e158b5085ee /libs/hunspell/src/replist.hxx
parenteefd0fa80022fe122cfc816e7146212729ee02b4 (diff)
update hunspell pt1
git-svn-id: http://svn.miranda-ng.org/main/trunk@16191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'libs/hunspell/src/replist.hxx')
-rw-r--r--libs/hunspell/src/replist.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hunspell/src/replist.hxx b/libs/hunspell/src/replist.hxx
index fe51b8a3b6..319eb03fb0 100644
--- a/libs/hunspell/src/replist.hxx
+++ b/libs/hunspell/src/replist.hxx
@@ -96,6 +96,7 @@ class LIBHUNSPELL_DLL_EXPORTED RepList {
int get_pos();
int add(char* pat1, char* pat2);
replentry* item(int n);
+#undef near
int near(const char* word);
int match(const char* word, int n);
int conv(const char* word, char* dest, size_t destsize);