[Groonga-commit] groonga/groonga at 56ac92a [master] Add expr.h as place holder

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 3 18:31:52 JST 2013


Kouhei Sutou	2013-10-03 18:31:52 +0900 (Thu, 03 Oct 2013)

  New Revision: 56ac92ab4b59899f73f7a7288ff21060ac53cae6
  https://github.com/groonga/groonga/commit/56ac92ab4b59899f73f7a7288ff21060ac53cae6

  Message:
    Add expr.h as place holder

  Added files:
    lib/expr.h
  Modified files:
    lib/expr.c
    lib/sources.am

  Modified: lib/expr.c (+1 -0)
===================================================================
--- lib/expr.c    2013-10-03 18:26:00 +0900 (8cbeb6a)
+++ lib/expr.c    2013-10-03 18:31:52 +0900 (e7a33f9)
@@ -22,6 +22,7 @@
 #include <float.h>
 #include "ii.h"
 #include "geo.h"
+#include "expr.h"
 #include "util.h"
 #include "normalizer_in.h"
 

  Added: lib/expr.h (+30 -0) 100644
===================================================================
--- /dev/null
+++ lib/expr.h    2013-10-03 18:31:52 +0900 (c4af4b8)
@@ -0,0 +1,30 @@
+/* -*- c-basic-offset: 2 -*- */
+/*
+  Copyright(C) 2013 Brazil
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License version 2.1 as published by the Free Software Foundation.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  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_EXPR_H
+#define GRN_EXPR_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* GRN_EXPR_H */

  Modified: lib/sources.am (+1 -0)
===================================================================
--- lib/sources.am    2013-10-03 18:26:00 +0900 (7d1e656)
+++ lib/sources.am    2013-10-03 18:31:52 +0900 (9e726b1)
@@ -13,6 +13,7 @@ libgroonga_la_SOURCES =				\
 	error.c					\
 	error.h					\
 	expr.c					\
+	expr.h					\
 	geo.c					\
 	geo.h					\
 	groonga_in.h				\
-------------- next part --------------
HTML����������������������������...
Download 



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