[Groonga-commit] groonga/groonga at 3554c46 [master] windows msvc: add missing "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 21 22:03:26 JST 2014


Kouhei Sutou	2014-11-21 22:03:26 +0900 (Fri, 21 Nov 2014)

  New Revision: 3554c46cd9eb0200be9086354612f9be5d8265be
  https://github.com/groonga/groonga/commit/3554c46cd9eb0200be9086354612f9be5d8265be

  Message:
    windows msvc: add missing ";"
    
    GitHub: fix #245
    
    Reported by Hiroshi Hatake. Thanks!!!

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+13 -13)
===================================================================
--- lib/grn.h    2014-11-21 21:44:44 +0900 (31f86bf)
+++ lib/grn.h    2014-11-21 22:03:26 +0900 (2cd6240)
@@ -136,19 +136,19 @@
 # ifdef __GNUC__
 #  include <stdint.h>
 # else
-typedef uint8_t UINT8
-typedef int8_t INT8
-typedef int_least8_t INT8
-typedef uint_least8_t UINT8
-typedef int16_t INT16
-typedef uint16_t UINT16
-typedef int32_t INT32
-typedef uint32_t UINT32
-typedef int64_t INT64
-typedef uint64_t UINT64
-typedef ssize_t SSIZE_T
-typedef pid_t int
-typedef off64_t int64_t
+typedef uint8_t UINT8;
+typedef int8_t INT8;
+typedef int_least8_t INT8;
+typedef uint_least8_t UINT8;
+typedef int16_t INT16;
+typedef uint16_t UINT16;
+typedef int32_t INT32;
+typedef uint32_t UINT32;
+typedef int64_t INT64;
+typedef uint64_t UINT64;
+typedef ssize_t SSIZE_T;
+typedef pid_t int;
+typedef off64_t int64_t;
 # endif
 
 # undef MSG_WAITALL
-------------- next part --------------
HTML����������������������������...
Download 



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