[Groonga-commit] groonga/groonga at 493616e [master] package windows mrb: export grn_mrb_to_grn()

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 26 23:15:23 JST 2014


Kouhei Sutou	2014-09-26 23:15:23 +0900 (Fri, 26 Sep 2014)

  New Revision: 493616ed6e1cdf2f6dab0d592adaf344349c5a19
  https://github.com/groonga/groonga/commit/493616ed6e1cdf2f6dab0d592adaf344349c5a19

  Message:
    package windows mrb: export grn_mrb_to_grn()
    
    It is for ruby plugin.

  Modified files:
    lib/mrb.h

  Modified: lib/mrb.h (+1 -1)
===================================================================
--- lib/mrb.h    2014-09-26 23:13:45 +0900 (4cff30e)
+++ lib/mrb.h    2014-09-26 23:15:23 +0900 (277372c)
@@ -33,7 +33,7 @@ extern "C" {
 #ifdef GRN_WITH_MRUBY
 mrb_value grn_mrb_eval(grn_ctx *ctx, const char *script, int script_length);
 mrb_value grn_mrb_load(grn_ctx *ctx, const char *path);
-grn_rc grn_mrb_to_grn(grn_ctx *ctx, mrb_value mrb_object, grn_obj *grn_object);
+GRN_API grn_rc grn_mrb_to_grn(grn_ctx *ctx, mrb_value mrb_object, grn_obj *grn_object);
 #endif
 
 #ifdef __cplusplus
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index