* eval_intern.h: speficy the values of the enumeration constants
explicitly. [ruby-dev:34489] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5adabb4010
commit
2de3f18319
@ -1,3 +1,8 @@
|
|||||||
|
Wed Apr 30 16:10:18 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
|
* eval_intern.h: speficy the values of the enumeration constants
|
||||||
|
explicitly. [ruby-dev:34489]
|
||||||
|
|
||||||
Wed Apr 30 12:32:39 2008 Tanaka Akira <akr@fsij.org>
|
Wed Apr 30 12:32:39 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* process.c (check_exec_redirect_fd): prohibit duplex IO.
|
* process.c (check_exec_redirect_fd): prohibit duplex IO.
|
||||||
|
@ -194,8 +194,8 @@ void rb_thread_wait_other_threads(void);
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
RAISED_EXCEPTION = 1,
|
RAISED_EXCEPTION = 1,
|
||||||
RAISED_STACKOVERFLOW,
|
RAISED_STACKOVERFLOW = 2,
|
||||||
RAISED_NOMEMORY,
|
RAISED_NOMEMORY = 4,
|
||||||
};
|
};
|
||||||
int rb_thread_set_raised(rb_thread_t *th);
|
int rb_thread_set_raised(rb_thread_t *th);
|
||||||
int rb_thread_reset_raised(rb_thread_t *th);
|
int rb_thread_reset_raised(rb_thread_t *th);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user