[macruby-changes] [3852] MacRuby/trunk/vm.h
source_changes at macosforge.org
source_changes at macosforge.org
Tue Mar 23 20:25:17 PDT 2010
Revision: 3852
http://trac.macosforge.org/projects/ruby/changeset/3852
Author: lsansonetti at apple.com
Date: 2010-03-23 20:25:17 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
for the posterity
Modified Paths:
--------------
MacRuby/trunk/vm.h
Modified: MacRuby/trunk/vm.h
===================================================================
--- MacRuby/trunk/vm.h 2010-03-24 01:41:05 UTC (rev 3851)
+++ MacRuby/trunk/vm.h 2010-03-24 03:25:17 UTC (rev 3852)
@@ -51,6 +51,8 @@
struct rb_vm_block *parent_block;
int dvars_size;
VALUE *dvars[1];
+ // ATTENTION: do not add fields here, because it would mess with the way
+ // the structure is allocated regarding the dvars buffer!
} rb_vm_block_t;
typedef struct {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100323/2cdfaff7/attachment.html>
More information about the macruby-changes
mailing list