diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-22 02:47:05 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-22 02:47:05 +0000 |
| commit | fd922458241c49e9000133a9279f6f5f2f7af853 (patch) | |
| tree | d5b812c4d2206285c3543da1a7f6c351cd505b73 | |
| parent | 9fbf55ef4039ca8044b07d75b513158460d401f6 (diff) | |
| download | ruby-fd922458241c49e9000133a9279f6f5f2f7af853.tar.gz ruby-fd922458241c49e9000133a9279f6f5f2f7af853.tar.xz ruby-fd922458241c49e9000133a9279f6f5f2f7af853.zip | |
* include/ruby/encoding.h (enum): ISO C forbids comma at end of
enumerator list
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | include/ruby/encoding.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Mon Sep 22 11:17:51 2008 URABE Shyouhei <shyouhei@ruby-lang.org> + + * include/ruby/encoding.h (enum): ISO C forbids comma at end of + enumerator list + Mon Sep 22 10:15:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * LEGAL: updated file names removed and added. [ruby-dev:36426] diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index f2f7ba19b..2c7f105ec 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -203,7 +203,7 @@ typedef enum { 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; |
