Kouhei Sutou
null+****@clear*****
Wed Dec 28 11:01:24 JST 2016
Kouhei Sutou 2016-12-28 11:01:24 +0900 (Wed, 28 Dec 2016) New Revision: ac07b5dc92774c214fed27188085ab53a4367efa https://github.com/groonga/groonga/commit/ac07b5dc92774c214fed27188085ab53a4367efa Message: Add missing const Modified files: lib/operator.c Modified: lib/operator.c (+1 -1) =================================================================== --- lib/operator.c 2016-12-27 23:47:36 +0900 (e323077) +++ lib/operator.c 2016-12-28 11:01:24 +0900 (799656f) @@ -740,7 +740,7 @@ static OnigRegex regexp_compile(grn_ctx *ctx, const char *pattern, unsigned int pattern_len, - OnigSyntaxType *syntax) + const OnigSyntaxType *syntax) { OnigRegex regex; OnigEncoding onig_encoding; -------------- next part -------------- HTML����������������������������...ダウンロード