[Groonga-commit] groonga/groonga at e61cc35 [master] Use grn_inline for portability

Back to archive index
Kouhei Sutou null+****@clear*****
Mon May 13 09:07:34 JST 2019


Kouhei Sutou	2019-05-13 09:07:34 +0900 (Mon, 13 May 2019)

  Revision: e61cc35bc252b2775133a8a8bb3571296e03c70e
  https://github.com/groonga/groonga/commit/e61cc35bc252b2775133a8a8bb3571296e03c70e

  Message:
    Use grn_inline for portability

  Modified files:
    lib/grn_db.h

  Modified: lib/grn_db.h (+1 -1)
===================================================================
--- lib/grn_db.h    2019-05-13 06:34:33 +0900 (25229fe8a)
+++ lib/grn_db.h    2019-05-13 09:07:34 +0900 (3ffaf5c39)
@@ -253,7 +253,7 @@ struct _grn_proc_ctx {
   grn_user_data data[16];
 };
 
-static inline void
+static grn_inline void
 grn_proc_ctx_init(grn_proc_ctx *pctx,
                   grn_hook *hooks,
                   unsigned short n_args,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190513/6c85a5f0/attachment.html>


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