mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add include guard in node.h
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
** See Copyright Notice in mruby.h
|
||||
*/
|
||||
|
||||
#ifndef NODE_H
|
||||
#define NODE_H
|
||||
|
||||
enum node_type {
|
||||
NODE_METHOD,
|
||||
NODE_FBODY,
|
||||
@@ -105,3 +108,5 @@ enum node_type {
|
||||
NODE_HEREDOC,
|
||||
NODE_LAST
|
||||
};
|
||||
|
||||
#endif /* NODE_H */
|
||||
|
||||
Reference in New Issue
Block a user