summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit4a31927d235af622f5f13e0364b70a1c49fe269c (patch)
tree7371b472e166e28be02da5b93ffc29c4ecfe3699 /ChangeLog
parent39c2bef13b5208314e1b134c2a8f51ddeb7a77fc (diff)
* vm_core.h (struct iseq_compile_data): moved label_no from
new_label_body(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 70aa279fb..36903bfe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Apr 20 15:00:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Apr 20 15:01:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_core.h (struct iseq_compile_data): moved label_no from
+ new_label_body().
* compile.c (iseq_set_exception_table): allocates catch_table only
when entries exist.