Kouhei Sutou
null+****@clear*****
Mon Apr 25 16:05:35 JST 2016
Kouhei Sutou 2016-04-25 16:05:35 +0900 (Mon, 25 Apr 2016) New Revision: 4fe60d051c4e6886615de622637ee55684f10aa6 https://github.com/groonga/groonga/commit/4fe60d051c4e6886615de622637ee55684f10aa6 Message: Use explicit size type Modified files: include/groonga/groonga.h Modified: include/groonga/groonga.h (+1 -1) =================================================================== --- include/groonga/groonga.h 2016-04-25 14:20:57 +0900 (ea7708c) +++ include/groonga/groonga.h 2016-04-25 16:05:35 +0900 (9cb3102) @@ -648,7 +648,7 @@ GRN_API int grn_table_sort(grn_ctx *ctx, grn_obj *table, int offset, int limit, grn_obj *result, grn_table_sort_key *keys, int n_keys); typedef struct _grn_table_group_result grn_table_group_result; -typedef unsigned int grn_table_group_flags; +typedef uint32_t grn_table_group_flags; #define GRN_TABLE_GROUP_CALC_COUNT (0x01<<3) #define GRN_TABLE_GROUP_CALC_MAX (0x01<<4) -------------- next part -------------- HTML����������������������������...Download