Skip to content

Commit

Permalink
Rustでリンクする際にリンクエラーになるためmainをコメントアウトした (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 authored Jun 26, 2022
1 parent b56a8ed commit dc5c4fa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/mecab/src/mecab-dict-index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
//
// Copyright(C) 2001-2006 Taku Kudo <[email protected]>
// 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);
// }

0 comments on commit dc5c4fa

Please sign in to comment.