diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 08:27:58 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-01 08:27:58 +0000 |
| commit | a4ae63afeb5935ff803cbb7047878bee0b3f88ea (patch) | |
| tree | 08a2eaccc276bc216f2f0fbec60d28216f435091 /process.c | |
| parent | a7bb3d4d983b1cd2e1d529d8bec909dd7e313c94 (diff) | |
| download | ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.tar.gz ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.tar.xz ruby-a4ae63afeb5935ff803cbb7047878bee0b3f88ea.zip | |
* include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids
comma at end of enumerator list
* include/ruby/ruby.h (enum ruby_value_type): ditto.
* eval_intern.h (enum): ditto.
* vm_core.h (enum rb_thread_status): ditto.
* parse.y (enum lex_state_e): ditto.
* parse.y (enum string_type): ditto.
* process.c (enum): ditto.
* ruby.c (enum dump_flag_bits): ditto.
* ruby.c (enum disable_flag_bits): ditto.
* compile.c (iseq_link_element): ditto
* debug.c (union): ditto.
* cont.c (enum context_type): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
| -rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1261,7 +1261,7 @@ enum { EXEC_OPTION_DUP2, EXEC_OPTION_CLOSE, EXEC_OPTION_OPEN, - EXEC_OPTION_CLOSE_OTHERS, + EXEC_OPTION_CLOSE_OTHERS }; static VALUE |
