From 685b4d1c84d4816abeebd6fe9866582436c391ca Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 18 May 2012 13:32:47 +0900 Subject: fixed a typo --- include/mruby/compile.h | 4 ++-- 1 file 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" { -- cgit v1.2.3