Kouhei Sutou
null+****@clear*****
Sun Oct 13 19:38:55 JST 2013
Kouhei Sutou 2013-10-13 19:38:55 +0900 (Sun, 13 Oct 2013) New Revision: ff29a93d0430aadc26b567b33ebec8f7cf6924f7 https://github.com/groonga/groonga/commit/ff29a93d0430aadc26b567b33ebec8f7cf6924f7 Message: mrb: put _init() to the top of declration list Modified files: lib/mrb/mrb_accessor.h Modified: lib/mrb/mrb_accessor.h (+1 -1) =================================================================== --- lib/mrb/mrb_accessor.h 2013-10-13 19:37:46 +0900 (348a489) +++ lib/mrb/mrb_accessor.h 2013-10-13 19:38:55 +0900 (addc925) @@ -27,8 +27,8 @@ extern "C" { #endif #ifdef GRN_WITH_MRUBY -mrb_value mrb_grn_accessor_new(mrb_state *mrb, grn_accessor *accessor); void grn_mrb_accessor_init(grn_ctx *ctx); +mrb_value mrb_grn_accessor_new(mrb_state *mrb, grn_accessor *accessor); #endif #ifdef __cplusplus -------------- next part -------------- HTML����������������������������... Download