Commit 71319ac3 authored by Tatsuya Matsumoto's avatar Tatsuya Matsumoto

fix include guard style.

parent ae55e9e2
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
#ifndef MRUBY_COMPILE_H #ifndef MRUBY_COMPILE_H
#define MRUBY_COMPILE_H 1 #define MRUBY_COMPILE_H
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
#ifndef MRUBY_DATA_H #ifndef MRUBY_DATA_H
#define MRUBY_DATA_H 1 #define MRUBY_DATA_H
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" { extern "C" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment