[Groonga-commit] groonga/groonga at e82bca8 [master] Remove not required inline

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 26 11:52:55 JST 2018


Kouhei Sutou	2018-06-26 11:52:55 +0900 (Tue, 26 Jun 2018)

  New Revision: e82bca803de0eed424cfb09739fb5dd8fcc218f6
  https://github.com/groonga/groonga/commit/e82bca803de0eed424cfb09739fb5dd8fcc218f6

  Message:
    Remove not required inline

  Modified files:
    lib/highlighter.c

  Modified: lib/highlighter.c (+1 -1)
===================================================================
--- lib/highlighter.c    2018-06-26 11:50:59 +0900 (88f359d3e)
+++ lib/highlighter.c    2018-06-26 11:52:55 +0900 (cc6ee106d)
@@ -445,7 +445,7 @@ grn_highlighter_prepare(grn_ctx *ctx,
   highlighter->need_prepared = GRN_FALSE;
 }
 
-static inline grn_bool
+static grn_bool
 grn_ids_is_included(grn_id *ids, size_t n_ids, grn_id id)
 {
   size_t i;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180626/bf0b641c/attachment.htm 



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