cosmo0920
null+****@clear*****
Mon Sep 29 02:59:19 JST 2014
cosmo0920 2014-09-29 02:59:19 +0900 (Mon, 29 Sep 2014) New Revision: 595953ebb5c877dde7a9ad13ed3eaa43586a29a3 https://github.com/ranguba/rroonga/commit/595953ebb5c877dde7a9ad13ed3eaa43586a29a3 Message: use rb_id2sym inner RB_GRN_INTERN Modified files: ext/groonga/rb-grn.h Modified: ext/groonga/rb-grn.h (+1 -1) =================================================================== --- ext/groonga/rb-grn.h 2014-09-29 02:53:39 +0900 (0481d4d) +++ ext/groonga/rb-grn.h 2014-09-29 02:59:19 +0900 (83074fb) @@ -586,7 +586,7 @@ VALUE rb_grn_column_expression_builder_build (VALUE self); -#define RB_GRN_INTERN(string) (ID2SYM(rb_intern(string))) +#define RB_GRN_INTERN(string) (rb_id2sym(rb_intern(string))) #define RVAL2CBOOL(object) (RTEST(object)) #define CBOOL2RVAL(boolean) ((boolean) ? Qtrue : Qfalse) -------------- next part -------------- HTML����������������������������...Download