From 2082417a48d56295796e2bbfc2001ecf5008a88a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2011 13:36:46 +0000 Subject: * eval.c (setup_exception): internal exception should be hidden git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eval_intern.h') diff --git a/eval_intern.h b/eval_intern.h index cacaa6c311..e1316bfce7 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -135,6 +135,8 @@ NORETURN(void _longjmp(jmp_buf, int)); #define JUMP_TAG(st) TH_JUMP_TAG(GET_THREAD(), (st)) +#define INTERNAL_EXCEPTION_P(exc) FIXNUM_P(exc) + enum ruby_tag_type { RUBY_TAG_RETURN = 0x1, RUBY_TAG_BREAK = 0x2, -- cgit v1.2.3