Bugs: Browse | Submit New | Admin

[#13838] expose TAG_ macros as part of the public API

Date:
2007-09-11 11:12
Priority:
3
Submitted By:
Paul Brannan (cout)
Assigned To:
Yukihiro Matsumoto (matz)
Category:
External APIs / Interfacing
State:
Open
Platform:
 
Summary:
expose TAG_ macros as part of the public API

Detailed description
The rb_protect function returns the result of EXEC_TAG(), which will be one of TAG_RETURN, TAG_BREAK, TAG_RAISE, etc.
However, it is not currently possible to distinguish between the values without stealing them from eval.c.  It would
be more convenient if they were part of the public interface.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2007-09-11 12:14
Sender: Shyouhei Urabe

Assigning to matz; feature request.

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

Field Old Value Date By
assigned_toshyouhei2007-09-11 12:14shyouhei