Kouhei Sutou
null+****@clear*****
Thu Apr 16 21:39:39 JST 2015
Kouhei Sutou 2015-04-16 21:39:39 +0900 (Thu, 16 Apr 2015) New Revision: a80f0a76fa1f473fadb4ad98d55bb72dc5352e45 https://github.com/groonga/groonga/commit/a80f0a76fa1f473fadb4ad98d55bb72dc5352e45 Message: Add missing comments Modified files: include/groonga/portability.h Modified: include/groonga/portability.h (+2 -2) =================================================================== --- include/groonga/portability.h 2015-04-16 21:36:51 +0900 (4b2470c) +++ include/groonga/portability.h 2015-04-16 21:39:39 +0900 (3dba1fe) @@ -111,13 +111,13 @@ #ifdef WIN32 # define grn_write(fd, buf, count) _write((fd), (buf), (count)) -#else +#else /* WIN32 */ # define grn_write(fd, buf, count) write((fd), (buf), (count)) #endif /* WIN32 */ #ifdef WIN32 # define grn_read(fd, buf, count) _read((fd), (buf), (count)) -#else +#else /* WIN32 */ # define grn_read(fd, buf, count) read((fd), (buf), (count)) #endif /* WIN32 */ -------------- next part -------------- HTML����������������������������...Descargar