aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-04 21:08:47 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-04 21:08:47 +0000
commit6ad240f0d0f2f76f961c7d7ec63f1c18b9638837 (patch)
treecacfb23ceb7cd02c223a8843ab2ff7dee7e2b0bb /ChangeLog
parentaae2193a1e0eaee61c941159ba54a0123ed41c5e (diff)
downloadruby-6ad240f0d0f2f76f961c7d7ec63f1c18b9638837.tar.gz
vm.c: make ruby_vm_*_ptr static
No point in wasting space until we get MVM (if ever). * vm.c (ruby_vm_verbose_ptr): make static (ruby_vm_debug_ptr): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52890 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 991997e454..88f42bdd17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 5 06:03:54 2015 Eric Wong <e@80x24.org>
+
+ * vm.c (ruby_vm_verbose_ptr): make static
+ (ruby_vm_debug_ptr): ditto
+
Sat Dec 5 00:56:29 2015 Naohisa Goto <ngotogenome@gmail.com>
* include/ruby/ruby.h (RB_OBJ_TAINT): follow-up of r52881.