[Groonga-commit] groonga/groonga [master] [mingw] undef stat.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 27日 (日) 20:57:11 JST


Kouhei Sutou	2011-11-27 11:57:11 +0000 (Sun, 27 Nov 2011)

  New Revision: 9582dbde8c1553a7cfadda0ecdf522a77f680b77

  Log:
    [mingw] undef stat.

  Modified files:
    lib/scm.c

  Modified: lib/scm.c (+4 -0)
===================================================================
--- lib/scm.c    2011-11-27 11:47:41 +0000 (6e8035a)
+++ lib/scm.c    2011-11-27 11:57:11 +0000 (717c653)
@@ -51,6 +51,10 @@
 #include <sys/types.h>
 #include "ql.h"
 
+#ifdef stat
+#  undef stat
+#endif
+
 #define InitFile "init.scm"
 
 /* global variables */




Groonga-commit メーリングリストの案内
Back to archive index