[Groonga-commit] groonga/groonga at cf8bbd3 [master] Remove needless inline

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 15 15:31:05 JST 2015


Kouhei Sutou	2015-11-15 15:31:05 +0900 (Sun, 15 Nov 2015)

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

  Message:
    Remove needless inline

  Modified files:
    plugins/query_expanders/tsv.c

  Modified: plugins/query_expanders/tsv.c (+3 -3)
===================================================================
--- plugins/query_expanders/tsv.c    2015-11-15 14:37:49 +0900 (f71438e)
+++ plugins/query_expanders/tsv.c    2015-11-15 15:31:05 +0900 (d486d75)
@@ -64,13 +64,13 @@ get_system_synonyms_file(void)
 }
 #endif /* WIN32 */
 
-static inline grn_bool
+static grn_bool
 is_comment_mark(char character)
 {
   return character == '#';
 }
 
-static inline grn_encoding
+static grn_encoding
 detect_coding_part(grn_ctx *ctx, const char *line, size_t line_length)
 {
   grn_encoding encoding = GRN_ENC_NONE;
@@ -111,7 +111,7 @@ detect_coding_part(grn_ctx *ctx, const char *line, size_t line_length)
   return encoding;
 }
 
-static inline grn_encoding
+static grn_encoding
 guess_encoding(grn_ctx *ctx, const char **line, size_t *line_length)
 {
   const char bom[] = {0xef, 0xbb, 0xbf};
-------------- next part --------------
HTML����������������������������...
Download 



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