Kouhei Sutou
null+****@clear*****
Mon Jun 16 15:27:22 JST 2014
Kouhei Sutou 2014-06-16 15:27:22 +0900 (Mon, 16 Jun 2014) New Revision: dd4d159e5f126aabb763f403dc35db7ce0f0b4f9 https://github.com/groonga/groonga/commit/dd4d159e5f126aabb763f403dc35db7ce0f0b4f9 Message: Add "since" comment Modified files: include/groonga.h Modified: include/groonga.h (+4 -2) =================================================================== --- include/groonga.h 2014-06-16 15:26:23 +0900 (0eb974f) +++ include/groonga.h 2014-06-16 15:27:22 +0900 (ac0f2eb) @@ -215,8 +215,10 @@ struct _grn_ctx { #define GRN_CTX_USER_DATA(ctx) (&((ctx)->user_data)) -#define GRN_CTX_USE_QL (0x03) /* Deprecated. Don't use it. */ -#define GRN_CTX_BATCH_MODE (0x04) /* Deprecated. Don't use it. */ +/* Deprecated since 4.0.3. Don't use it. */ +#define GRN_CTX_USE_QL (0x03) +/* Deprecated since 4.0.3. Don't use it. */ +#define GRN_CTX_BATCH_MODE (0x04) #define GRN_CTX_PER_DB (0x08) GRN_API grn_rc grn_ctx_init(grn_ctx *ctx, int flags); -------------- next part -------------- HTML����������������������������...다운로드