[Groonga-commit] groonga/groonga at bdd68c5 [master] Use uint8_t for grn_bool

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 31 00:26:31 JST 2016


Kouhei Sutou	2016-03-31 00:26:31 +0900 (Thu, 31 Mar 2016)

  New Revision: bdd68c5d931f64f8a183d07f1eb94c37081b4053
  https://github.com/groonga/groonga/commit/bdd68c5d931f64f8a183d07f1eb94c37081b4053

  Message:
    Use uint8_t for grn_bool

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+1 -1)
===================================================================
--- include/groonga/groonga.h    2016-03-31 00:02:16 +0900 (645a4ae)
+++ include/groonga/groonga.h    2016-03-31 00:26:31 +0900 (ea7708c)
@@ -36,7 +36,7 @@ extern "C" {
 #endif /* GRN_API */
 
 typedef unsigned int grn_id;
-typedef unsigned char grn_bool;
+typedef uint8_t grn_bool;
 
 #define GRN_ID_NIL                     (0x00)
 #define GRN_ID_MAX                     (0x3fffffff)
-------------- next part --------------
HTML����������������������������...
Download 



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