From ce798d08de38a89852017bfefe44708b97121d74 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 5 Nov 2018 02:13:45 +0000 Subject: Implement `RubyVM::AST.of` [Feature #14836] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index fbcb013e46..e5fdba44b9 100644 --- a/vm_core.h +++ b/vm_core.h @@ -298,6 +298,7 @@ typedef struct rb_iseq_location_struct { VALUE base_label; /* String */ VALUE label; /* String */ VALUE first_lineno; /* TODO: may be unsigned short */ + int node_id; rb_code_location_t code_location; } rb_iseq_location_t; -- cgit v1.2.3