[Groonga-commit] groonga/groonga at a757454 [master] Fix build error non mruby build

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 18 22:39:26 JST 2015


Kouhei Sutou	2015-02-18 22:39:26 +0900 (Wed, 18 Feb 2015)

  New Revision: a75745475ed872303e82a16a3b2f949a8ec3aad0
  https://github.com/groonga/groonga/commit/a75745475ed872303e82a16a3b2f949a8ec3aad0

  Message:
    Fix build error non mruby build

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+3 -1)
===================================================================
--- lib/expr.c    2015-02-18 22:17:18 +0900 (8f5b688)
+++ lib/expr.c    2015-02-18 22:39:26 +0900 (8f1b22b)
@@ -7252,8 +7252,10 @@ grn_expr_estimate_size(grn_ctx *ctx, grn_obj *expr)
   if (ctx->impl->mrb.state) {
     size = grn_mrb_expr_estimate_size(ctx, expr, table);
   } else {
-#endif
     size = grn_expr_estimate_size_raw(ctx, expr, table);
   }
+#else
+  size = grn_expr_estimate_size_raw(ctx, expr, table);
+#endif
   GRN_API_RETURN(size);
 }
-------------- next part --------------
HTML����������������������������...
다운로드 



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