Kouhei Sutou
null+****@clear*****
Mon Dec 15 23:01:06 JST 2014
Kouhei Sutou 2014-12-15 23:01:06 +0900 (Mon, 15 Dec 2014) New Revision: d47a28cc5898ac9c10c73aba436ebc17337d2f76 https://github.com/groonga/groonga/commit/d47a28cc5898ac9c10c73aba436ebc17337d2f76 Message: Fix comment It seems that GRN_UVECTOR isn't an array of grn_id. It may be an array fixed size data such as GRN_DB_UINT64. Modified files: include/groonga/groonga.h Modified: include/groonga/groonga.h (+1 -1) =================================================================== --- include/groonga/groonga.h 2014-12-15 18:37:29 +0900 (41bc727) +++ include/groonga/groonga.h 2014-12-15 23:01:06 +0900 (e1bbbf9) @@ -335,7 +335,7 @@ typedef unsigned short int grn_obj_flags; #define GRN_VOID (0x00) #define GRN_BULK (0x02) #define GRN_PTR (0x03) -#define GRN_UVECTOR (0x04) /* vector of grn_id */ +#define GRN_UVECTOR (0x04) /* vector of fixed size data especially grn_id */ #define GRN_PVECTOR (0x05) /* vector of grn_obj* */ #define GRN_VECTOR (0x06) /* vector of arbitrary data */ #define GRN_MSG (0x07) -------------- next part -------------- HTML����������������������������... Descargar