ruby-changes:7931
From: shyouhei <ko1@a...>
Date: Mon, 22 Sep 2008 11:47:27 +0900 (JST)
Subject: [ruby-changes:7931] Ruby:r19453 (trunk): * include/ruby/encoding.h (enum): ISO C forbids comma at end of
shyouhei 2008-09-22 11:47:05 +0900 (Mon, 22 Sep 2008) New Revision: 19453 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19453 Log: * include/ruby/encoding.h (enum): ISO C forbids comma at end of enumerator list Modified files: trunk/ChangeLog trunk/include/ruby/encoding.h Index: include/ruby/encoding.h =================================================================== --- include/ruby/encoding.h (revision 19452) +++ include/ruby/encoding.h (revision 19453) @@ -203,7 +203,7 @@ econv_source_buffer_empty, econv_finished, econv_after_output, - econv_incomplete_input, + econv_incomplete_input } rb_econv_result_t; typedef struct rb_econv_t rb_econv_t; Index: ChangeLog =================================================================== --- ChangeLog (revision 19452) +++ ChangeLog (revision 19453) @@ -1,3 +1,8 @@ +Mon Sep 22 11:17:51 2008 URABE Shyouhei <shyouhei@r...> + + * include/ruby/encoding.h (enum): ISO C forbids comma at end of + enumerator list + Mon Sep 22 10:15:24 2008 Yukihiro Matsumoto <matz@r...> * LEGAL: updated file names removed and added. [ruby-dev:36426] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/