[Groonga-commit] groonga/groonga at 7b15b73 [master] Add missing endif comment

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 27 10:44:33 JST 2014


Kouhei Sutou	2014-01-27 10:44:33 +0900 (Mon, 27 Jan 2014)

  New Revision: 7b15b73b61ce1401204428b159602f0401daff58
  https://github.com/groonga/groonga/commit/7b15b73b61ce1401204428b159602f0401daff58

  Message:
    Add missing endif comment

  Modified files:
    lib/groonga_in.h

  Modified: lib/groonga_in.h (+1 -1)
===================================================================
--- lib/groonga_in.h    2014-01-26 23:17:38 +0900 (a837207)
+++ lib/groonga_in.h    2014-01-27 10:44:33 +0900 (dc37aa7)
@@ -121,7 +121,7 @@
 
 #ifndef __GNUC__
 # define snprintf(str, size, ...) _snprintf(str, size, __VA_ARGS__)
-#endif
+#endif /* __GNUC__ */
 #if defined(_MSC_VER) && _MSC_VER < 1500
 # define vsnprintf(str, size, format, ap) _vsnprintf(str, size, format, ap)
 #endif /* _MSC_VER < 1500 */
-------------- next part --------------
HTML����������������������������...
Download 



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