--- 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 {