[Groonga-commit] groonga/groonga at 442f9b0 [master] Change header file name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 15 22:16:19 JST 2015


Kouhei Sutou	2015-04-15 22:16:19 +0900 (Wed, 15 Apr 2015)

  New Revision: 442f9b014e795491f7ccca57da11af84b6f64cd4
  https://github.com/groonga/groonga/commit/442f9b014e795491f7ccca57da11af84b6f64cd4

  Message:
    Change header file name
    
    Because the header file is for portability not compatibility.

  Modified files:
    include/groonga.h
    include/groonga/Makefile.am
  Renamed files:
    include/groonga/portability.h
      (from include/groonga/compat.h)

  Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h    2015-04-15 21:58:05 +0900 (1d97f87)
+++ include/groonga.h    2015-04-15 22:16:19 +0900 (db2303a)
@@ -18,7 +18,7 @@
 #ifndef GROONGA_H
 #define GROONGA_H
 
-#include "groonga/compat.h"
+#include "groonga/portability.h"
 #include "groonga/groonga.h"
 #include "groonga/obj.h"
 #include "groonga/ii.h"

  Modified: include/groonga/Makefile.am (+1 -1)
===================================================================
--- include/groonga/Makefile.am    2015-04-15 21:58:05 +0900 (b623549)
+++ include/groonga/Makefile.am    2015-04-15 22:16:19 +0900 (37a2b6f)
@@ -1,13 +1,13 @@
 groonga_includedir = $(pkgincludedir)/groonga
 groonga_include_HEADERS =			\
 	command.h				\
-	compat.h				\
 	expr.h					\
 	groonga.h				\
 	ii.h					\
 	obj.h					\
 	output.h				\
 	plugin.h				\
+	portability.h				\
 	request_canceler.h			\
 	scorer.h				\
 	token.h					\

  Renamed: include/groonga/portability.h (+3 -3) 96%
===================================================================
--- include/groonga/compat.h    2015-04-15 21:58:05 +0900 (393decd)
+++ include/groonga/portability.h    2015-04-15 22:16:19 +0900 (4a15ba1)
@@ -15,8 +15,8 @@
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
-#ifndef GROONGA_COMPAT_H
-#define GROONGA_COMPAT_H
+#ifndef GROONGA_PORTABILITY_H
+#define GROONGA_PORTABILITY_H
 
 #ifdef WIN32
 # ifdef __cplusplus
@@ -61,4 +61,4 @@
   } while (0)
 #endif /* WIN32 */
 
-#endif /* GROONGA_COMPAT_H */
+#endif /* GROONGA_PORTABILITY_H */
-------------- next part --------------
HTML����������������������������...
Download 



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