[Groonga-commit] groonga/groonga at db3ce55 [master] Include header out of 'extern "C"'

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 17 18:27:13 JST 2015


Kouhei Sutou	2015-04-17 18:27:13 +0900 (Fri, 17 Apr 2015)

  New Revision: db3ce55cd55d8999c8868a73784ff2c950075c34
  https://github.com/groonga/groonga/commit/db3ce55cd55d8999c8868a73784ff2c950075c34

  Message:
    Include header out of 'extern "C"'

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+2 -2)
===================================================================
--- include/groonga/groonga.h    2015-04-17 18:24:32 +0900 (c949ea2)
+++ include/groonga/groonga.h    2015-04-17 18:27:13 +0900 (c2a047f)
@@ -18,12 +18,12 @@
 #ifndef GROONGA_GROONGA_H
 #define GROONGA_GROONGA_H
 
+#include <stdarg.h>
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
-#include <stdarg.h>
-
 #ifndef GRN_API
 # if defined(_WIN32) || defined(_WIN64)
 #  define GRN_API __declspec(dllimport)
-------------- next part --------------
HTML����������������������������...
다운로드 



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