Revision: 3852 http://trac.macosforge.org/projects/ruby/changeset/3852 Author: lsansonetti@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 {