From ceaa6bdb9b735fc3ca95d067df8d2c45d952fa7b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 4 Dec 2006 08:06:32 +0000 Subject: * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to sizeof(off_t). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7d22b828..e15a70144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 4 10:48:03 2006 Yukihiro Matsumoto + + * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to + sizeof(off_t). + Mon Dec 4 10:43:46 2006 Yukihiro Matsumoto * parse.y (dyna_init_gen): dvar initialization only if dvar is -- cgit