[Groonga-commit] groonga/groonga at 256b728 [master] mrb: support grn -> mrb conversion for procedure

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 28 22:56:21 JST 2014


Kouhei Sutou	2014-05-28 22:56:21 +0900 (Wed, 28 May 2014)

  New Revision: 256b7284048598848ee831ff079b82144da5c9fa
  https://github.com/groonga/groonga/commit/256b7284048598848ee831ff079b82144da5c9fa

  Message:
    mrb: support grn -> mrb conversion for procedure

  Modified files:
    lib/mrb/mrb_converter.c

  Modified: lib/mrb/mrb_converter.c (+4 -1)
===================================================================
--- lib/mrb/mrb_converter.c    2014-05-28 22:51:24 +0900 (cee4300)
+++ lib/mrb/mrb_converter.c    2014-05-28 22:56:21 +0900 (d0367a4)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2013 Brazil
+  Copyright(C) 2013-2014 Brazil
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -40,6 +40,9 @@ grn_mrb_class_from_grn_obj(mrb_state *mrb, grn_obj *object)
   case GRN_COLUMN_VAR_SIZE :
     klass = mrb_class_get_under(mrb, data->module, "VariableSizeColumn");
     break;
+  case GRN_PROC :
+    klass = mrb_class_get_under(mrb, data->module, "Procedure");
+    break;
   default :
     break;
   }
-------------- next part --------------
HTML����������������������������...
Download 



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