aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-20 22:48:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-20 22:48:41 +0000
commit28e88ce9a45d4355e3d9a5ecd417f8cbe294ca35 (patch)
tree7d5095d5c92499d077b7679b9e5374cfaf525850
parent4534a308389ddb7ea740806d1d8b3b2cd100ff90 (diff)
downloadruby-28e88ce9a45d4355e3d9a5ecd417f8cbe294ca35.tar.gz
ChangeLog: fix vm_core.h entry in r46465
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f28238a9..a8fc47a2d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,7 +50,7 @@ Thu Jun 19 21:41:30 2014 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_settracefunc.rb: add a test.
- * vm_core.h (rb_name_err_mesg_new):
+ * vm_core.h (rb_vm_rewind_cfp): add the prototype declaration.
Thu Jun 19 19:47:21 2014 Koichi Sasada <ko1@atdot.net>