summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-02-04 19:57:40 +0000
committerReuben Thomas <rrt@sc3d.org>2017-02-09 00:28:25 +0000
commitfeea72fe831311ff45e51cb2079a469c8bf07194 (patch)
tree54b49d5b6e04b83ae767263ea62363ea257c32bc
parentcb157056507438bd6c0fcb4bd28561ae6611077b (diff)
downloadenchant-feea72fe831311ff45e51cb2079a469c8bf07194.tar.gz
Remove magic undeffery
-rw-r--r--src/myspell/myspell_checker.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/myspell/myspell_checker.cpp b/src/myspell/myspell_checker.cpp
index 79568d3..ac1e78d 100644
--- a/src/myspell/myspell_checker.cpp
+++ b/src/myspell/myspell_checker.cpp
@@ -38,12 +38,6 @@
#include "enchant.h"
#include "enchant-provider.h"
-#ifdef near
-#undef near
-#endif
-
-/* built against hunspell 1.2.2 on 2008-04-12 */
-
#include <hunspell/hunspell.hxx>
/* Some versions of hunspell (1.4.x) don't have this defined. */