[Groonga-mysql-commit] mroonga/mroonga at 0b5a798 [master] Remove too much "define"

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Jun 24 13:58:29 JST 2014


Kouhei Sutou	2014-06-24 13:58:29 +0900 (Tue, 24 Jun 2014)

  New Revision: 0b5a798302c6af6ad8592cfcfebfb7e75e9a93b9
  https://github.com/mroonga/mroonga/commit/0b5a798302c6af6ad8592cfcfebfb7e75e9a93b9

  Message:
    Remove too much "define"
    
    Oh...

  Modified files:
    lib/mrn_time_converter.cpp

  Modified: lib/mrn_time_converter.cpp (+2 -2)
===================================================================
--- lib/mrn_time_converter.cpp    2014-06-24 13:56:05 +0900 (c61d859)
+++ lib/mrn_time_converter.cpp    2014-06-24 13:58:29 +0900 (93ceb50)
@@ -27,10 +27,10 @@
 #include "mrn_time_converter.hpp"
 
 #ifdef min
-#  define undef min
+#  undef min
 #endif
 #ifdef max
-#  define undef max
+#  undef max
 #endif
 
 // for debug
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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