From 3e69e83a62be745e1ace41cb0293ec0692baaeb6 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 1 Jul 2008 08:27:58 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@17766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 12f5e36384..0614e660dc 100644 --- a/vm_core.h +++ b/vm_core.h @@ -371,7 +371,7 @@ enum rb_thread_status { THREAD_RUNNABLE, THREAD_STOPPED, THREAD_STOPPED_FOREVER, - THREAD_KILLED, + THREAD_KILLED }; typedef RUBY_JMP_BUF rb_jmpbuf_t; -- cgit v1.2.3