diff options
| author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-22 20:17:48 +0000 |
|---|---|---|
| committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-05-22 20:17:48 +0000 |
| commit | 688b4cb74cced97f3fe42d0bc61e4cc045a22000 (patch) | |
| tree | b44b322ca3243d7f3a73cf433b2a2c5a80aaf84c /ChangeLog | |
| parent | ae3f3a991a985560dc06a2f3780a57657a708384 (diff) | |
gc.c (rb_free_m_tbl): mark function as static
* gc.c (rb_free_m_tbl): mark function as static
* method.h (rb_free_m_tbl): remove prototype
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri May 23 03:48:08 2014 Eric Wong <e@80x24.org> + + * gc.c (rb_free_m_tbl): mark function as static + + * method.h (rb_free_m_tbl): remove prototype + Thu May 22 22:58:27 2014 Tanaka Akira <akr@fsij.org> * ext/socket/mkconstants.rb: More TCP option constants. |
