1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby/encoding.h (enum): ISO C forbids comma at end of

enumerator list


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2008-09-22 02:47:05 +00:00
parent a5a92315a1
commit 260c0e6a2f
2 changed files with 6 additions and 1 deletions

View file

@ -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]

View file

@ -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;