[Groonga-commit] groonga/groonga at c03b63f [master] Use "GROONGA_" prefix for double include guard

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Oct 30 18:37:01 JST 2014


Kouhei Sutou	2014-10-30 18:37:01 +0900 (Thu, 30 Oct 2014)

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

  Message:
    Use "GROONGA_" prefix for double include guard

  Modified files:
    include/groonga/nfkc.h
    include/groonga/token_filter.h
    include/groonga/tokenizer.h

  Modified: include/groonga/nfkc.h (+3 -3)
===================================================================
--- include/groonga/nfkc.h    2014-10-30 18:33:03 +0900 (3b7e294)
+++ include/groonga/nfkc.h    2014-10-30 18:37:01 +0900 (f4e628d)
@@ -14,8 +14,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 GRN_NFKC_H
-#define GRN_NFKC_H
+#ifndef GROONGA_NFKC_H
+#define GROONGA_NFKC_H
 
 #include <groonga.h>
 
@@ -29,4 +29,4 @@ GRN_API grn_char_type grn_nfkc_char_type(const unsigned char *str);
 }
 #endif
 
-#endif /* GRN_NFKC_H */
+#endif /* GROONGA_NFKC_H */

  Modified: include/groonga/token_filter.h (+3 -3)
===================================================================
--- include/groonga/token_filter.h    2014-10-30 18:33:03 +0900 (2ae553b)
+++ include/groonga/token_filter.h    2014-10-30 18:37:01 +0900 (9cfa537)
@@ -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 GRN_PLUGIN_TOKEN_FILTER_H
-#define GRN_PLUGIN_TOKEN_FILTER_H
+#ifndef GROONGA_TOKEN_FILTER_H
+#define GROONGA_TOKEN_FILTER_H
 
 #include <stddef.h>
 
@@ -68,4 +68,4 @@ GRN_PLUGIN_EXPORT grn_rc grn_token_filter_register(grn_ctx *ctx,
 }  /* extern "C" */
 #endif  /* __cplusplus */
 
-#endif  /* GRN_PLUGIN_TOKEN_FILTER_H */
+#endif  /* GROONGA_TOKEN_FILTER_H */

  Modified: include/groonga/tokenizer.h (+3 -3)
===================================================================
--- include/groonga/tokenizer.h    2014-10-30 18:33:03 +0900 (9792e01)
+++ include/groonga/tokenizer.h    2014-10-30 18:37:01 +0900 (400166d)
@@ -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 GRN_PLUGIN_TOKENIZER_H
-#define GRN_PLUGIN_TOKENIZER_H
+#ifndef GROONGA_TOKENIZER_H
+#define GROONGA_TOKENIZER_H
 
 #include <stddef.h>
 
@@ -254,4 +254,4 @@ GRN_PLUGIN_EXPORT grn_rc grn_tokenizer_register(grn_ctx *ctx, const char *plugin
 }  /* extern "C" */
 #endif  /* __cplusplus */
 
-#endif  /* GRN_PLUGIN_TOKENIZER_H */
+#endif  /* GROONGA_TOKENIZER_H */
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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