We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8abff commit 74483e1Copy full SHA for 74483e1
ChangeLog
@@ -1,3 +1,7 @@
1
+Fri Aug 25 17:02:06 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
2
+
3
+ * gc.c (gc_sweep): typo fixed.
4
5
Tue Aug 22 18:47:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
6
7
* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):
gc.c
@@ -1122,7 +1122,7 @@ gc_sweep()
1122
1123
heaps[i].limit = 0;
1124
for (pp = final_list; pp != final; pp = pp->as.free.next) {
1125
- p->as.free.flags |= FL_SINGLETON; /* freeing page mark */
+ pp->as.free.flags |= FL_SINGLETON; /* freeing page mark */
1126
}
1127
freelist = free; /* cancel this page from freelist */
1128
0 commit comments