Navigation Menu

Skip to content

Commit

Permalink
mrn_macro.h -> mrn_macro.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2012
1 parent 0ae938b commit 58dd969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -6,7 +6,7 @@ AM_CPPFLAGS = $(MYSQL_INC) $(GROONGA_CFLAGS) -I$(top_srcdir)/lib
ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS

noinst_HEADERS = \
mrn_macro.h \
mrn_macro.hpp \
mrn_sys.hpp \
mrn_constants.hpp \
ha_mroonga.hpp \
Expand Down
6 changes: 3 additions & 3 deletions mrn_macro.h → mrn_macro.hpp
Expand Up @@ -16,8 +16,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _mrn_macro_h
#define _mrn_marco_h
#ifndef MRN_MACRO_HPP_
#define MRN_MACRO_HPP_

#ifdef __cplusplus
# define MRN_BEGIN_DECLS extern "C" {
Expand All @@ -27,4 +27,4 @@
# define MRN_END_DECLS
#endif

#endif /* _mrn_macro_h */
#endif /* MRN_MACRO_HPP_ */
2 changes: 1 addition & 1 deletion mrn_sys.hpp
Expand Up @@ -22,7 +22,7 @@
#define _mrn_sys_hpp

#include <groonga.h>
#include "mrn_macro.h"
#include "mrn_macro.hpp"

MRN_BEGIN_DECLS

Expand Down

0 comments on commit 58dd969

Please sign in to comment.