diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-03 13:25:25 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-03 13:25:25 +0900 |
| commit | 933f8013e0d2ef1b228ca8607e05c85b15b09d58 (patch) | |
| tree | a0d0b13c207867036d4a9474c23494b5ef1b9595 /include | |
| parent | 9a92b40aaf0fc7b94623f5fca3692167b4048643 (diff) | |
| parent | 55a43c78ffb6a5e42177e98d72f91b3c53964cdc (diff) | |
| download | mruby-933f8013e0d2ef1b228ca8607e05c85b15b09d58.tar.gz mruby-933f8013e0d2ef1b228ca8607e05c85b15b09d58.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/compile.h | 2 | ||||
| -rw-r--r-- | include/mruby/data.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h index c22f8079a..4f9c49191 100644 --- a/include/mruby/compile.h +++ b/include/mruby/compile.h @@ -5,7 +5,7 @@ */ #ifndef MRUBY_COMPILE_H -#define MRUBY_COMPILE_H 1 +#define MRUBY_COMPILE_H #if defined(__cplusplus) extern "C" { diff --git a/include/mruby/data.h b/include/mruby/data.h index f0420a0c6..8b1b5edb7 100644 --- a/include/mruby/data.h +++ b/include/mruby/data.h @@ -5,7 +5,7 @@ */ #ifndef MRUBY_DATA_H -#define MRUBY_DATA_H 1 +#define MRUBY_DATA_H #if defined(__cplusplus) extern "C" { |
