[Groonga-commit] groonga/groonga at 558848f [master] mrb: fix no --enable-mruby build

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Oct 13 19:37:46 JST 2013


Kouhei Sutou	2013-10-13 19:37:46 +0900 (Sun, 13 Oct 2013)

  New Revision: 558848fc96c15295b980ebca9faeee3d9969c41e
  https://github.com/groonga/groonga/commit/558848fc96c15295b980ebca9faeee3d9969c41e

  Message:
    mrb: fix no --enable-mruby build

  Modified files:
    lib/mrb/mrb_accessor.h

  Modified: lib/mrb/mrb_accessor.h (+2 -0)
===================================================================
--- lib/mrb/mrb_accessor.h    2013-10-13 15:52:15 +0900 (7aefc77)
+++ lib/mrb/mrb_accessor.h    2013-10-13 19:37:46 +0900 (348a489)
@@ -26,8 +26,10 @@
 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);
+#endif
 
 #ifdef __cplusplus
 }
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る