From dc5c4fadcb0d281f5ca19a58c9df94292b1358fc Mon Sep 17 00:00:00 2001 From: qwerty2501 <939468+qwerty2501@users.noreply.github.com> Date: Mon, 27 Jun 2022 01:41:47 +0900 Subject: [PATCH] =?UTF-8?q?Rust=E3=81=A7=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=81=99=E3=82=8B=E9=9A=9B=E3=81=AB=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81main=E3=82=92=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=81=97=E3=81=9F=20(#6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mecab/src/mecab-dict-index.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/mecab/src/mecab-dict-index.cpp b/src/mecab/src/mecab-dict-index.cpp index 7b5e68a..c945543 100644 --- a/src/mecab/src/mecab-dict-index.cpp +++ b/src/mecab/src/mecab-dict-index.cpp @@ -3,10 +3,9 @@ // // Copyright(C) 2001-2006 Taku Kudo // Copyright(C) 2004-2006 Nippon Telegraph and Telephone Corporation -#include "mecab.h" -#include "winmain.h" - -int main(int argc, char **argv) { - return mecab_dict_index(argc, argv); -} +// #include "mecab.h" +// #include "winmain.h" +// int main(int argc, char **argv) { +// return mecab_dict_index(argc, argv); +// }