public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Fix for missing set dirty slot in IoObject_inlineSetSlot_to_
Steve Dekorte (author)
Wed Jul 02 02:44:50 -0700 2008
commit  d49b2861acb8a814cc5665902efe550f06f237d7
tree    be3d4e574b5a20f86cecdacf44a5240b6e83f0d3
parent  b0e16bff7908954a83a787a20fdf82478912c941
...
134
135
136
 
137
138
139
...
134
135
136
137
138
139
140
0
@@ -134,6 +134,7 @@ IOINLINE void IoObject_inlineSetSlot_to_(IoObject *self,
0
 
0
   PHash_at_put_(IoObject_slots(self), IOREF(slotName), IOREF(value));
0
 
0
+ IoObject_isDirty_(self, 1);
0
   /*
0
   if(PHash_at_put_(IoObject_slots(self), IOREF(slotName), IOREF(value)))
0
   {

Comments

    No one has commented yet.