Commit 6e09abce authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #3058 from mattn/fix-include-blocker

rename include blocker
parents a060bd51 f0205e11
......@@ -4,8 +4,8 @@
** See Copyright Notice in mruby.h
*/
#ifndef NODE_H
#define NODE_H
#ifndef MRUBY_COMPILER_NODE_H
#define MRUBY_COMPILER_NODE_H
enum node_type {
NODE_METHOD,
......@@ -114,4 +114,4 @@ enum node_type {
NODE_LAST
};
#endif /* NODE_H */
#endif /* MRUBY_COMPILER_NODE_H */
......@@ -4,8 +4,8 @@
** See Copyright Notice in mruby.h
*/
#ifndef RANDOM_H
#define RANDOM_H
#ifndef MRUBY_RANDOM_H
#define MRUBY_RANDOM_H
void mrb_mruby_random_gem_init(mrb_state *mrb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment