summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-25 03:03:50 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-25 03:03:50 +0000
commitd50bd4939a79bb53aeaf8c607e3d6612d3167022 (patch)
treef7c3cd58b9d1ebfc474b11a42530d53a2f63617d /vm_core.h
parent8a77b4780ebdcf1ecbcf0b46bf007055d6d74b55 (diff)
* vm_core.h: modify a comment about rb_iseq_t::local_size.
A patch by davidbalbert (David Albert) [Bug #6750] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 2e1509b373..7526c2004e 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -225,7 +225,7 @@ struct rb_iseq_struct {
ID *local_table; /* must free */
int local_table_size;
- /* method, class frame: sizeof(vars) + 1, block frame: sizeof(vars) */
+ /* sizeof(vars) + 1 */
int local_size;
struct iseq_inline_cache_entry *ic_entries;