[Groonga-commit] groonga/groonga [master] add missing compile flags for MessagePack.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 6日 (月) 15:49:14 JST


Kouhei Sutou	2012-02-06 15:49:14 +0900 (Mon, 06 Feb 2012)

  New Revision: 5f31e392a792701b0402f0645835141d94b6509d

  Log:
    add missing compile flags for MessagePack.

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+2 -1)
===================================================================
--- include/groonga.h    2012-02-06 15:42:52 +0900 (8a078c2)
+++ include/groonga.h    2012-02-06 15:49:14 +0900 (656e45c)
@@ -636,7 +636,8 @@ typedef enum {
   GRN_PROC_TOKENIZER = 1,
   GRN_PROC_COMMAND,
   GRN_PROC_FUNCTION,
-  GRN_PROC_HOOK
+  GRN_PROC_HOOK,
+  GRN_PROC_NORMALIZER
 } grn_proc_type;
 
 GRN_API grn_obj *grn_proc_create(grn_ctx *ctx,




Groonga-commit メーリングリストの案内
Back to archive index