aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-15 23:27:01 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-15 23:27:01 +0000
commit397271caa378d3d682a0b55fbc089b891567bde4 (patch)
tree8baf50d1da0875e2349cbf69e5016019b77ef692 /ChangeLog
parentf65a15b0cf3ac685fa8b94fb72656485dd222974 (diff)
downloadruby-397271caa378d3d682a0b55fbc089b891567bde4.tar.gz
cont.c: fix build when FIBER_USE_NATIVE is 0
* cont.c (fiber_store): remove references to nextfib git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48ad53ceec..599a3f47e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 16 08:26:08 2014 Eric Wong <e@80x24.org>
+
+ * cont.c (fiber_store): remove references to nextfib
+ fix build when FIBER_USE_NATIVE is 0
+
Thu Oct 16 06:51:35 2014 Knut Franke <Knut.Franke@gmx.de>
* vm_core.h: declare rb_fiber_t typedef