summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-15 16:03:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-15 16:03:21 +0900
commitef884caca59c0cfa51e3887ec244f3ec4bf7b525 (patch)
tree28b70758e099df1b349e24d6ee34e95d691f2682 /include/mruby.h
parent62505d51cc9c0600677acdae734475cda7095103 (diff)
parentb09b774ddac90bb0c6770cde80ca693d626c2b48 (diff)
downloadmruby-ef884caca59c0cfa51e3887ec244f3ec4bf7b525.tar.gz
mruby-ef884caca59c0cfa51e3887ec244f3ec4bf7b525.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h
index da6b51374..d51b04fd1 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -70,7 +70,7 @@ typedef struct {
enum mrb_fiber_state {
MRB_FIBER_CREATED = 0,
MRB_FIBER_RUNNING,
- MRB_FIBER_RESUMED,
+ MRB_FIBER_SUSPENDED,
MRB_FIBER_TERMINATED,
};