[Groonga-mysql-commit] mroonga/mroonga [master] Add missing inline

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 17:17:56 JST 2012


Kouhei Sutou	2012-10-04 17:17:56 +0900 (Thu, 04 Oct 2012)

  New Revision: 2db7ba0c3e7ac9fe8cb6a728173a978cdd04b498
  https://github.com/mroonga/mroonga/commit/2db7ba0c3e7ac9fe8cb6a728173a978cdd04b498

  Log:
    Add missing inline

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2012-10-04 17:12:26 +0900 (86c8ae3)
+++ ha_mroonga.cpp    2012-10-04 17:17:56 +0900 (4ebf478)
@@ -139,7 +139,7 @@ static CHARSET_INFO *mrn_charset_koi8r = NULL;
 static int32 mrn_utc_diff_in_seconds = 0;
 
 #ifdef WIN32
-static double round(double x)
+static inline double round(double x)
 {
   return (floor(x + 0.5));
 }
-------------- next part --------------
HTML����������������������������...
Download 



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