summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-01-26 03:13:15 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-01-26 03:13:15 +0000
commit155de93f8826699deea0efbb41366dd0c0c4eed8 (patch)
treee203c06c8fc80ef4a43ffb443fa0e2fe85209a32
parent4848ed9646a58ef0cfa3fa850dd745b217f49b45 (diff)
downloadenchant-155de93f8826699deea0efbb41366dd0c0c4eed8.tar.gz
it didn't build on ubuntu, so like, fix that
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21094 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/myspell/affentry.cxx2
-rw-r--r--src/myspell/affixmgr.cxx2
-rw-r--r--src/myspell/hashmgr.cxx2
-rw-r--r--src/myspell/hunspell.cxx2
-rw-r--r--src/myspell/suggestmgr.cxx2
5 files changed, 10 insertions, 0 deletions
diff --git a/src/myspell/affentry.cxx b/src/myspell/affentry.cxx
index 014e925..59a2714 100644
--- a/src/myspell/affentry.cxx
+++ b/src/myspell/affentry.cxx
@@ -1,5 +1,7 @@
+#if 0
#include "license.hunspell"
#include "license.myspell"
+#endif
#include <cctype>
#include <cstring>
diff --git a/src/myspell/affixmgr.cxx b/src/myspell/affixmgr.cxx
index 69220e5..ed6a092 100644
--- a/src/myspell/affixmgr.cxx
+++ b/src/myspell/affixmgr.cxx
@@ -1,5 +1,7 @@
+#if 0
#include "license.hunspell"
#include "license.myspell"
+#endif
#include <cstdlib>
#include <cstring>
diff --git a/src/myspell/hashmgr.cxx b/src/myspell/hashmgr.cxx
index 29a05c3..2ab5227 100644
--- a/src/myspell/hashmgr.cxx
+++ b/src/myspell/hashmgr.cxx
@@ -1,5 +1,7 @@
+#if 0
#include "license.hunspell"
#include "license.myspell"
+#endif
#include <cstdlib>
#include <cstring>
diff --git a/src/myspell/hunspell.cxx b/src/myspell/hunspell.cxx
index 14ea1ad..42635e1 100644
--- a/src/myspell/hunspell.cxx
+++ b/src/myspell/hunspell.cxx
@@ -1,5 +1,7 @@
+#if 0
#include "license.hunspell"
#include "license.myspell"
+#endif
#include <cstring>
#include <cstdlib>
diff --git a/src/myspell/suggestmgr.cxx b/src/myspell/suggestmgr.cxx
index fe451cc..dc74cf7 100644
--- a/src/myspell/suggestmgr.cxx
+++ b/src/myspell/suggestmgr.cxx
@@ -1,5 +1,7 @@
+#if 0
#include "license.hunspell"
#include "license.myspell"
+#endif
#include <cstdlib>
#include <cctype>