From dd058fa6afd41eec823f493c44c8acf776e58e65 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 14 Sep 2009 01:01:19 +0000 Subject: * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), (LONG2NUM, ULONG2NUM, NUM2CHR): get rid of backward references of macros. the code couldn't compile by VC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38adda054..93eb62d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 14 09:59:03 2009 NAKAMURA Usaku + + * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), + (LONG2NUM, ULONG2NUM, NUM2CHR): get rid of backward references of + macros. the code couldn't compile by VC. + Mon Sep 14 08:33:11 2009 Marc-Andre Lafortune * lib/net/http.rb (each_*): return enumerator if no block present. -- cgit