vim-jp / ctags

Use https://ctags.io instead (This was fork of http://ctags.sourceforge.net/)
GNU General Public License v2.0
26 stars 7 forks source link

Fixed compilation problem on MSVC #17

Closed hattya closed 10 years ago

hattya commented 10 years ago

MSVC でコンパイルできなくなっていたのを直してみました。

変更内容は __attribute の定義の追加と、C99 に対応していない MSVC 用の修正です。 ついでに mk_mvc.mak でコンパイルすると生成されるものを .gitignore に追加しました。

h-east commented 10 years ago

Thanks!!