[Groonga-commit] groonga/groonga at 95bc0ef [master] Use C99 type

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 8 15:14:48 JST 2016


Kouhei Sutou	2016-03-08 15:14:48 +0900 (Tue, 08 Mar 2016)

  New Revision: 95bc0ef4f101c12816af85890b4250cc6af67edb
  https://github.com/groonga/groonga/commit/95bc0ef4f101c12816af85890b4250cc6af67edb

  Message:
    Use C99 type

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+1 -1)
===================================================================
--- include/groonga/groonga.h    2016-03-07 12:05:30 +0900 (9258cb9)
+++ include/groonga/groonga.h    2016-03-08 15:14:48 +0900 (d6cb07f)
@@ -290,7 +290,7 @@ GRN_API grn_encoding grn_encoding_parse(const char *name);
 
 /* obj */
 
-typedef unsigned short int grn_obj_flags;
+typedef uint16_t grn_obj_flags;
 
 #define GRN_OBJ_TABLE_TYPE_MASK        (0x07)
 #define GRN_OBJ_TABLE_HASH_KEY         (0x00)
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index