[Groonga-commit] groonga/groonga at 6051414 [master] Simplify

Back to archive index
Kouhei Sutou null+****@clear*****
Tue Jan 29 10:19:11 JST 2019


Kouhei Sutou	2019-01-29 10:19:11 +0900 (Tue, 29 Jan 2019)

  Revision: 60514144f4d9cd1e1aea5cfb1c3f0b582bcde409
  https://github.com/groonga/groonga/commit/60514144f4d9cd1e1aea5cfb1c3f0b582bcde409

  Message:
    Simplify

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+1 -2)
===================================================================
--- lib/grn.h    2019-01-28 19:54:40 +0900 (770cb6e29)
+++ lib/grn.h    2019-01-29 10:19:11 +0900 (81282cef1)
@@ -387,11 +387,10 @@ typedef int grn_cond;
 # define GRN_FMT_SSIZE "Id"
 # ifdef WIN64
 #  define GRN_FMT_SOCKET GRN_FMT_INT64U
-#  define GRN_FMT_DWORD  "lu"
 # else /* WIN64 */
 #  define GRN_FMT_SOCKET GRN_FMT_INT32U
-#  define GRN_FMT_DWORD  "lu"
 # endif /* WIN64 */
+# define GRN_FMT_DWORD "lu"
 # define GRN_FMT_OFF64_T GRN_FMT_LLD
 #else /* WIN32 */
 # define GRN_FMT_LLD  "lld"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190129/a6787108/attachment.html>


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