Kouhei Sutou
null+****@clear*****
Wed Feb 4 13:06:12 JST 2015
Kouhei Sutou 2015-02-04 13:06:12 +0900 (Wed, 04 Feb 2015) New Revision: c8376de2b461ec9d7748e6887630b1c8294b4762 https://github.com/groonga/groonga/commit/c8376de2b461ec9d7748e6887630b1c8294b4762 Message: Add missing comments Modified files: lib/ctx_impl_mrb.c Modified: lib/ctx_impl_mrb.c (+3 -3) =================================================================== --- lib/ctx_impl_mrb.c 2015-02-04 13:05:45 +0900 (8bfb651) +++ lib/ctx_impl_mrb.c 2015-02-04 13:06:12 +0900 (68c239a) @@ -53,7 +53,7 @@ # include <mruby/array.h> # include <mruby/variable.h> -#endif +#endif /* GRN_WITH_MRUBY */ #ifdef GRN_WITH_MRUBY static mrb_value @@ -167,7 +167,7 @@ grn_ctx_impl_mrb_fin(grn_ctx *ctx) grn_hash_close(ctx, ctx->impl->mrb.registered_plugins); } } -#else +#else /* GRN_WITH_MRUBY */ void grn_ctx_impl_mrb_init(grn_ctx *ctx) { @@ -177,4 +177,4 @@ void grn_ctx_impl_mrb_fin(grn_ctx *ctx) { } -#endif +#endif /* GRN_WITH_MRUBY */ -------------- next part -------------- HTML����������������������������... ダウンロード