summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 05:45:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 05:45:18 +0000
commitfd69901b269f7b414b497610f496714d7e42cb2e (patch)
treea53c7c914c8076878226b3a7937053442ad7d8b9 /ChangeLog
parent86bbdf1d9159398aacd6d04215cf467f66d6fff0 (diff)
vm_core.h: move forward declarations
* vm_core.h (rb_thread_struct): move forward declarations before used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52342 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 bb4c1e70bb..ef645d83e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 29 14:45:15 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm_core.h (rb_thread_struct): move forward declarations before
+ used.
+
Thu Oct 29 14:07:54 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_mark_ptr): remove debug code for #11244.