summarylogtreecommitdiffstats
path: root/adapt_mozc2.17.2240.102.patch
diff options
context:
space:
mode:
Diffstat (limited to 'adapt_mozc2.17.2240.102.patch')
-rw-r--r--adapt_mozc2.17.2240.102.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/adapt_mozc2.17.2240.102.patch b/adapt_mozc2.17.2240.102.patch
deleted file mode 100644
index a2aca48a6ac4..000000000000
--- a/adapt_mozc2.17.2240.102.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -uNr mozc.orig/src/unix/uim/mozc.cc mozc/src/unix/uim/mozc.cc
---- mozc.orig/src/unix/uim/mozc.cc 2015-12-02 20:12:47.386430000 +0900
-+++ mozc/src/unix/uim/mozc.cc 2015-12-02 20:14:46.780606804 +0900
-@@ -33,6 +33,7 @@
-
- //#include <config.h>
-
-+#include <cstddef>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -50,6 +51,7 @@
-
- #include "base/port.h"
- #include "base/util.h"
-+#include "base/init_mozc.h"
- #include "protocol/config.pb.h"
- #include "protocol/commands.pb.h"
- #include "client/client.h"
-@@ -1196,7 +1198,7 @@
- argv[0] = (char *)name;
- argv[1] = NULL;
-
-- InitGoogle((const char *)argv[0], &argc, (char ***)&argv, true);
-+ mozc::InitMozc((const char *)argv[0], &argc, (char ***)&argv, true);
- mozc::uim::install_keymap();
- }
-