Skip to content

Commit

Permalink
Add expr.h as place holder
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 3, 2013
1 parent 7de76f1 commit 56ac92a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/expr.c
Expand Up @@ -22,6 +22,7 @@
#include <float.h>
#include "ii.h"
#include "geo.h"
#include "expr.h"
#include "util.h"
#include "normalizer_in.h"

Expand Down
30 changes: 30 additions & 0 deletions lib/expr.h
@@ -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 */
1 change: 1 addition & 0 deletions lib/sources.am
Expand Up @@ -13,6 +13,7 @@ libgroonga_la_SOURCES = \
error.c \
error.h \
expr.c \
expr.h \
geo.c \
geo.h \
groonga_in.h \
Expand Down

0 comments on commit 56ac92a

Please sign in to comment.