[Groonga-commit] groonga/groonga at 51705d3 [master] Always include string.h

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 17 10:44:43 JST 2015


Kouhei Sutou	2015-05-17 10:44:43 +0900 (Sun, 17 May 2015)

  New Revision: 51705d3c6e02805f72d5cb413aeb25be3a32fc88
  https://github.com/groonga/groonga/commit/51705d3c6e02805f72d5cb413aeb25be3a32fc88

  Message:
    Always include string.h

  Modified files:
    lib/ctx_impl_mrb.c

  Modified: lib/ctx_impl_mrb.c (+2 -2)
===================================================================
--- lib/ctx_impl_mrb.c    2015-05-17 10:29:41 +0900 (6e92f35)
+++ lib/ctx_impl_mrb.c    2015-05-17 10:44:43 +0900 (552b721)
@@ -18,9 +18,9 @@
 
 #include "grn_ctx_impl.h"
 
-#ifdef GRN_WITH_MRUBY
-# include <string.h>
+#include <string.h>
 
+#ifdef GRN_WITH_MRUBY
 # include "grn_ctx_impl_mrb.h"
 
 # include "grn_mrb.h"
-------------- next part --------------
HTML����������������������������...
Download 



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