summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 14:53:13 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 14:53:13 +0000
commitab8a47d3e1987bf0fb09d6bb84364e30ab7b8ea6 (patch)
tree89e509e3c0bb00485bd2eeca41a78d0f77b9780d /chrome
parentcad155bdb1c8861b3b1e9c58306f6873952ec561 (diff)
downloadchromium_src-ab8a47d3e1987bf0fb09d6bb84364e30ab7b8ea6.zip
chromium_src-ab8a47d3e1987bf0fb09d6bb84364e30ab7b8ea6.tar.gz
chromium_src-ab8a47d3e1987bf0fb09d6bb84364e30ab7b8ea6.tar.bz2
Remove io.h from google.patch and fix EOLs. Lack of EOLs is a fatal error on GCC.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/third_party/hunspell/google.patch18
-rw-r--r--chrome/third_party/hunspell/google/bdict_reader.cc2
-rw-r--r--chrome/third_party/hunspell/google/bdict_writer.cc2
3 files changed, 2 insertions, 20 deletions
diff --git a/chrome/third_party/hunspell/google.patch b/chrome/third_party/hunspell/google.patch
index a2cc748..9c8e984 100644
--- a/chrome/third_party/hunspell/google.patch
+++ b/chrome/third_party/hunspell/google.patch
@@ -2,15 +2,6 @@ Index: src/hunspell/affixmgr.cxx
===================================================================
--- src/hunspell/affixmgr.cxx (revision 3811)
+++ src/hunspell/affixmgr.cxx (working copy)
-@@ -13,6 +13,8 @@
- #include <ctype.h>
- #endif
-
-+#include <io.h>
-+
- #include "affixmgr.hxx"
- #include "affentry.hxx"
- #include "langnum.hxx"
@@ -25,7 +27,7 @@
#endif
#endif
@@ -81,15 +72,6 @@ Index: src/hunspell/hashmgr.cxx
===================================================================
--- src/hunspell/hashmgr.cxx (revision 3811)
+++ src/hunspell/hashmgr.cxx (working copy)
-@@ -13,6 +13,8 @@
- #include <ctype.h>
- #endif
-
-+#include <io.h>
-+
- #include "hashmgr.hxx"
- #include "csutil.hxx"
- #include "atypes.hxx"
@@ -29,7 +31,7 @@
// build a hash table from a munched word list
diff --git a/chrome/third_party/hunspell/google/bdict_reader.cc b/chrome/third_party/hunspell/google/bdict_reader.cc
index a3ac337..1571063 100644
--- a/chrome/third_party/hunspell/google/bdict_reader.cc
+++ b/chrome/third_party/hunspell/google/bdict_reader.cc
@@ -721,4 +721,4 @@ WordIterator BDictReader::GetAllWordIterator() const {
return WordIterator(reader);
}
-} // namespace hunspell \ No newline at end of file
+} // namespace hunspell
diff --git a/chrome/third_party/hunspell/google/bdict_writer.cc b/chrome/third_party/hunspell/google/bdict_writer.cc
index e77dc2d..67be677 100644
--- a/chrome/third_party/hunspell/google/bdict_writer.cc
+++ b/chrome/third_party/hunspell/google/bdict_writer.cc
@@ -493,4 +493,4 @@ void BDictWriter::SerializeAff(std::string* output) const {
header->other_offset = static_cast<uint32>(other_offset);
}
-} // namespace hunspell \ No newline at end of file
+} // namespace hunspell