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

Back to archive index

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


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

  New Revision: 5c04f7198002fa08154ee5bae674ea14c2edfc40

  Log:
    Revert "add missing compile flags for MessagePack."
    
    This reverts commit 5f31e392a792701b0402f0645835141d94b6509d.

  Modified files:
    include/groonga.h

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




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