aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 06:01:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-20 06:01:28 +0000
commit64a16b9ede4dfc72f8c4b486ebce148f519e60dc (patch)
tree7371b472e166e28be02da5b93ffc29c4ecfe3699 /vm_core.h
parent36f984b65eaa2f78130cb6435c6498fa727dd0cf (diff)
downloadruby-64a16b9ede4dfc72f8c4b486ebce148f519e60dc.tar.gz
* vm_core.h (struct iseq_compile_data): moved label_no from
new_label_body(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index ab5240ed30..4451cb3fa9 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -162,6 +162,7 @@ struct iseq_compile_data {
struct iseq_compile_data_storage *storage_current;
int last_line;
int flip_cnt;
+ int label_no;
int node_level;
const rb_compile_option_t *option;
};