Kouhei Sutou
null+****@clear*****
Mon Oct 19 15:29:55 JST 2015
Kouhei Sutou 2015-10-19 15:29:55 +0900 (Mon, 19 Oct 2015) New Revision: c9cd6cb9c9743136148dadaed9cf25e9ae54645d https://github.com/groonga/groonga/commit/c9cd6cb9c9743136148dadaed9cf25e9ae54645d Message: Use 64bit int type Modified files: include/groonga/output.h Modified: include/groonga/output.h (+1 -1) =================================================================== --- include/groonga/output.h 2015-10-19 15:25:50 +0900 (fc23bb2) +++ include/groonga/output.h 2015-10-19 15:29:55 +0900 (8c37dd2) @@ -77,7 +77,7 @@ GRN_API void grn_ctx_output_map_open(grn_ctx *ctx, const char *name, int nelements); GRN_API void grn_ctx_output_map_close(grn_ctx *ctx); GRN_API void grn_ctx_output_int32(grn_ctx *ctx, int value); -GRN_API void grn_ctx_output_int64(grn_ctx *ctx, long long int value); +GRN_API void grn_ctx_output_int64(grn_ctx *ctx, int64_t value); GRN_API void grn_ctx_output_float(grn_ctx *ctx, double value); GRN_API void grn_ctx_output_cstr(grn_ctx *ctx, const char *value); GRN_API void grn_ctx_output_str(grn_ctx *ctx, -------------- next part -------------- HTML����������������������������...Download