[Groonga-commit] groonga/groonga at 28b81aa [master] Export GRN_HASH_TINY

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 12 12:53:00 JST 2016


Kouhei Sutou	2016-01-12 12:53:00 +0900 (Tue, 12 Jan 2016)

  New Revision: 28b81aad87492f856f6d8e461e0a21fc553a86ac
  https://github.com/groonga/groonga/commit/28b81aad87492f856f6d8e461e0a21fc553a86ac

  Message:
    Export GRN_HASH_TINY

  Modified files:
    include/groonga/hash.h
    lib/grn_hash.h

  Modified: include/groonga/hash.h (+2 -0)
===================================================================
--- include/groonga/hash.h    2016-01-12 12:50:15 +0900 (abe9c95)
+++ include/groonga/hash.h    2016-01-12 12:53:00 +0900 (36a00bc)
@@ -22,6 +22,8 @@
 extern "C" {
 #endif
 
+#define GRN_HASH_TINY         (0x01<<6)
+
 typedef struct _grn_hash grn_hash;
 typedef struct _grn_hash_cursor grn_hash_cursor;
 

  Modified: lib/grn_hash.h (+0 -1)
===================================================================
--- lib/grn_hash.h    2016-01-12 12:50:15 +0900 (7c56509)
+++ lib/grn_hash.h    2016-01-12 12:53:00 +0900 (4ec93d8)
@@ -192,7 +192,6 @@ GRN_API grn_id grn_table_queue_tail(grn_table_queue *queue);
 
 /**** grn_hash ****/
 
-#define GRN_HASH_TINY         (0x01<<6)
 #define GRN_HASH_MAX_KEY_SIZE_NORMAL GRN_TABLE_MAX_KEY_SIZE
 #define GRN_HASH_MAX_KEY_SIZE_LARGE  (0xffff)
 
-------------- next part --------------
HTML����������������������������...
Download 



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