Kouhei Sutou 2019-05-13 18:02:01 +0900 (Mon, 13 May 2019) Revision: 90bb32752359a9882c58fa4cf114cf4d7d85471e https://github.com/groonga/groonga/commit/90bb32752359a9882c58fa4cf114cf4d7d85471e Message: Remove needless const Modified files: lib/normalizer.c Modified: lib/normalizer.c (+2 -2) =================================================================== --- lib/normalizer.c 2019-05-13 17:54:59 +0900 (d17bf74b2) +++ lib/normalizer.c 2019-05-13 18:02:01 +0900 (ec1bb53aa) @@ -979,7 +979,7 @@ grn_nfkc_normalize_unify_katakana_voiced_sound_mark(const unsigned char *utf8_ch return utf8_char; } -grn_inline static const grn_bool +grn_inline static grn_bool grn_nfkc_normalize_is_hyphen_famity(const unsigned char *utf8_char, size_t length) { @@ -1031,7 +1031,7 @@ grn_nfkc_normalize_is_hyphen_famity(const unsigned char *utf8_char, return GRN_FALSE; } -grn_inline static const grn_bool +grn_inline static grn_bool grn_nfkc_normalize_is_prolonged_sound_mark_famity(const unsigned char *utf8_char, size_t length) { -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190513/89f13ea7/attachment.html>