From 5f5aca1b5fb95013f5b805f74ead4cfa143dc1d8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 13 Sep 2019 17:17:21 +0900 Subject: Moved ruby_node_name declaration to node.h --- node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'node.h') diff --git a/node.h b/node.h index 73b9444214..a493dfa123 100644 --- a/node.h +++ b/node.h @@ -432,6 +432,7 @@ rb_ast_t *rb_compile_string(const char*, VALUE, int); rb_ast_t *rb_compile_file(const char*, VALUE, int); void rb_node_init(NODE *n, enum node_type type, VALUE a0, VALUE a1, VALUE a2); +const char *ruby_node_name(int node); const struct kwtable *rb_reserved_word(const char *, unsigned int); -- cgit v1.2.3