Kouhei Sutou
null+****@clear*****
Wed Mar 4 23:39:53 JST 2015
Kouhei Sutou 2015-03-04 23:39:53 +0900 (Wed, 04 Mar 2015) New Revision: 20e8053e7e26bf5f2338dcef5c5d3b520196c72f https://github.com/groonga/groonga/commit/20e8053e7e26bf5f2338dcef5c5d3b520196c72f Message: Use ifdef Modified files: lib/plugin.c Modified: lib/plugin.c (+1 -1) =================================================================== --- lib/plugin.c 2015-03-04 23:39:13 +0900 (7fd0fbd) +++ lib/plugin.c 2015-03-04 23:39:53 +0900 (e8ab355) @@ -521,7 +521,7 @@ grn_plugin_find_path_raw(grn_ctx *ctx, const char *path) return GRN_STRDUP(path); } -#if GRN_WITH_MRUBY +#ifdef GRN_WITH_MRUBY static char * grn_plugin_find_path_mrb(grn_ctx *ctx, const char *path, size_t path_len) { -------------- next part -------------- HTML����������������������������...Download