summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--gc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 111d01625f..6bed5e7659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 24 21:19:24 2006 Guy Decoux <ts@moulon.inra.fr>
+
+ * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.
+
Sun Sep 24 22:28:20 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* runruby.rb: extension library scripts moved into common directory.
diff --git a/gc.c b/gc.c
index ccfa68b23d..eee7455cdb 100644
--- a/gc.c
+++ b/gc.c
@@ -835,6 +835,7 @@ gc_mark_children(ptr, lev)
case NODE_OPT_N:
case NODE_EVSTR:
case NODE_UNDEF:
+ case NODE_POSTEXE:
ptr = (VALUE)obj->as.node.u2.node;
goto again;
@@ -881,7 +882,6 @@ gc_mark_children(ptr, lev)
case NODE_FALSE:
case NODE_ATTRSET:
case NODE_BLOCK_ARG:
- case NODE_POSTEXE:
break;
case NODE_ALLOCA:
mark_locations_array((VALUE*)obj->as.node.u1.value,