mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fixed a typo
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user