[Groonga-commit] groonga/groonga at 1b7a54b [master] Use "ifdef" style

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Nov 7 15:19:59 JST 2014


Kouhei Sutou	2014-11-07 15:19:59 +0900 (Fri, 07 Nov 2014)

  New Revision: 1b7a54b2abeed6adfc6d93a6df20daba3cd80fad
  https://github.com/groonga/groonga/commit/1b7a54b2abeed6adfc6d93a6df20daba3cd80fad

  Message:
    Use "ifdef" style

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+1 -1)
===================================================================
--- lib/ii.c    2014-11-07 15:15:18 +0900 (b170bbf)
+++ lib/ii.c    2014-11-07 15:19:59 +0900 (64f7e06)
@@ -7173,7 +7173,7 @@ grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii,
 #ifdef WIN32
           open_flags |= O_BINARY;
 #endif
-#if defined(BSD)
+#ifdef BSD
           open_flags = 0;
 #endif
           snprintf(ii_buffer->tmpfpath, PATH_MAX,
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る