We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ba0a0 commit df9aaafCopy full SHA for df9aaaf
ext/groonga/rb-grn-less-operator.c
@@ -46,7 +46,7 @@ VALUE rb_cGrnLessOperator;
46
static VALUE
47
rb_grn_less_operator_exec (int argc, VALUE *argv, VALUE self)
48
{
49
- grn_bool less;
+ bool less;
50
VALUE rb_x;
51
VALUE rb_y;
52
VALUE rb_options;
0 commit comments