diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-09-13 17:17:21 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-09-13 17:20:11 +0900 |
commit | 5f5aca1b5fb95013f5b805f74ead4cfa143dc1d8 (patch) | |
tree | ec090c05880b65a3c8192452bec30775427fa3ce /node.h | |
parent | 2da6b328bb5124793a6420c55325f3106b615bb4 (diff) |
Moved ruby_node_name declaration to node.h
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |