diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 10:24:01 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 10:24:01 +0000 |
commit | b1daf0d4e311fa91444a776440f6c240e06d9b09 (patch) | |
tree | 8efea86b3561cb72feb4a1a7b83ebca22b1aa331 /ChangeLog | |
parent | ebc28c9647fe713126d4d54c5f6274c59380496d (diff) | |
download | ruby-b1daf0d4e311fa91444a776440f6c240e06d9b09.tar.gz ruby-b1daf0d4e311fa91444a776440f6c240e06d9b09.tar.xz ruby-b1daf0d4e311fa91444a776440f6c240e06d9b09.zip |
* id.h (enum ruby_method_ids): ISO C forbids comma at end of
enumerator list
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Oct 24 19:16:36 2008 URABE Shyouhei <shyouhei@ruby-lang.org> + + * id.h (enum ruby_method_ids): ISO C forbids comma at end of + enumerator list + Fri Oct 24 18:29:00 2008 Keiju Ishitsuka <keiju@ruby-lang.org> * lib/mathn.rb: moved into ext/mathn/rational/rational.c and |