diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 14:54:57 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 14:54:57 +0000 |
| commit | 71f7a472b44d934b21654533a03141e93ad89a5f (patch) | |
| tree | e505322ccf3084da0ffc20d1b1b6a5b1a3d9731a /cont.c | |
| parent | 74e3a30a192b3c4085645ae5d168f82cd7aa9ec3 (diff) | |
merges r20591 from trunk into ruby_1_9_1.
* cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),
vm_insnhelper.h (BOP): ISO C forbids comma at end of enumerator
list.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
| -rw-r--r-- | cont.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ typedef struct rb_context_struct { enum fiber_status { CREATED, RUNNING, - TERMINATED, + TERMINATED }; typedef struct rb_fiber_struct { |
