diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-18 13:32:47 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-18 13:32:47 +0900 |
| commit | 685b4d1c84d4816abeebd6fe9866582436c391ca (patch) | |
| tree | 951745d3d012fcf5e89a2c91c2ada0ad29e7926a /include | |
| parent | 219162117ab282d02ffebfc2e3e7e3d11f18095c (diff) | |
| download | mruby-685b4d1c84d4816abeebd6fe9866582436c391ca.tar.gz mruby-685b4d1c84d4816abeebd6fe9866582436c391ca.zip | |
fixed a typo
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/compile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mruby/compile.h b/include/mruby/compile.h index 3cebb68f0..2a47b569a 100644 --- a/include/mruby/compile.h +++ b/include/mruby/compile.h @@ -4,8 +4,8 @@ ** See Copyright Notice in mruby.h */ -#ifndef RUBY_COMPILE_H -#define RUBY_COMPILE_H 1 +#ifndef MRUBY_COMPILE_H +#define MRUBY_COMPILE_H 1 #if defined(__cplusplus) extern "C" { |
