Merge pull request #1785 from tmash06/fix_include_guard_style

fix include guard style.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-03 07:42:41 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#ifndef MRUBY_COMPILE_H
#define MRUBY_COMPILE_H 1
#define MRUBY_COMPILE_H
#if defined(__cplusplus)
extern "C" {
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#ifndef MRUBY_DATA_H
#define MRUBY_DATA_H 1
#define MRUBY_DATA_H
#if defined(__cplusplus)
extern "C" {