[Groonga-commit] groonga/groonga at 721130b [master] Remove duplicated definitions for SUN SVR4

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sun Nov 2 21:22:10 JST 2014


HAYASHI Kentaro	2014-11-02 21:22:10 +0900 (Sun, 02 Nov 2014)

  New Revision: 721130bd270f91fa76b5ff5e475aea2a67777998
  https://github.com/groonga/groonga/commit/721130bd270f91fa76b5ff5e475aea2a67777998

  Message:
    Remove duplicated definitions for SUN SVR4

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+0 -3)
===================================================================
--- lib/grn.h    2014-11-02 20:53:24 +0900 (ee1fe3d)
+++ lib/grn.h    2014-11-02 21:22:10 +0900 (31f86bf)
@@ -585,9 +585,6 @@ typedef int grn_cond;
 #  define GRN_ATOMIC_ADD_EX(p,i,r) \
   (r = atomic_add_32_nv(p, i) - i)
 /* todo */
-#  define GRN_BIT_SCAN_REV(v,r)  for (r = 31; r && !((1 << r) & v); r--)
-#  define GRN_BIT_SCAN_REV0(v,r) GRN_BIT_SCAN_REV(v,r)
-/* todo */
 #  define GRN_SET_64BIT(p,v) \
   (void)atomic_swap_64(p, v)
 # endif /* ATOMIC ADD */
-------------- next part --------------
HTML����������������������������...
下載 



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