summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
@@ -441,7 +441,7 @@ rb_ast_t *rb_parser_compile_file_path(VALUE vparser, VALUE fname, VALUE input, i
rb_ast_t *rb_parser_compile_generic(VALUE vparser, VALUE (*lex_gets)(VALUE, int), VALUE fname, VALUE input, int line);
void rb_node_init(NODE *n, enum node_type type, VALUE a0, VALUE a1, VALUE a2);
-const char *rb_node_name(int node);
const struct kwtable *rb_reserved_word(const char *, unsigned int);