fixed a typo

This commit is contained in:
Yukihiro Matsumoto
2012-05-18 13:32:47 +09:00
parent 219162117a
commit 685b4d1c84
+2 -2
View File
@@ -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" {