[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add pragma for gcc.

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:18:28 JST 2012


Tetsuro IKEDA	2009-03-05 15:38:05 +0900 (Thu, 05 Mar 2009)

  New Revision: bc2e62647bafd3fda0a5fe99b0e93b52b70e5add
  https://github.com/mroonga/mroonga/commit/bc2e62647bafd3fda0a5fe99b0e93b52b70e5add

  Log:
    add pragma for gcc.

  Modified files:
    src/ha_groonga.cc
    src/ha_groonga.h

  Modified: src/ha_groonga.cc (+4 -0)
===================================================================
--- src/ha_groonga.cc    2009-03-05 14:45:43 +0900 (95aa235)
+++ src/ha_groonga.cc    2009-03-05 15:38:05 +0900 (a845318)
@@ -1,3 +1,7 @@
+#ifdef USE_PRAGMA_IMPLEMENTATION
+#pragma implementation
+#endif
+
 #include <mysql_priv.h>
 #include <mysql/plugin.h>
 #include <groonga.h>

  Modified: src/ha_groonga.h (+4 -0)
===================================================================
--- src/ha_groonga.h    2009-03-05 14:45:43 +0900 (3df822e)
+++ src/ha_groonga.h    2009-03-05 15:38:05 +0900 (b3c6615)
@@ -1,6 +1,10 @@
 #ifndef _ha_groonga_h
 #define _ha_groonga_h
 
+#ifdef USE_PRAGMA_INTERFACE
+#pragma interface
+#endif
+
 #include "mroonga.h"
 
 typedef struct _mrn_share_field {
-------------- next part --------------
HTML����������������������������...
Download 



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