summaryrefslogtreecommitdiff
path: root/rubyparser.h
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2025-02-02 15:53:12 +0900
committerYudai Takada <[email protected]>2025-02-02 16:58:15 +0900
commitace39a3ed40cc32ff8d48893173413a7e05b8316 ()
tree86703357dae126eae14d414f409a21fa3a24c2cc /rubyparser.h
parentdb02a6b3ab4cabbdf492c26dcb1929b4ef0370a1 (diff)
Remove rb_exc_raise for Parser
Notes: Merged: https://.com/ruby/ruby/pull/12688
-rw-r--r--rubyparser.h1
1 files changed, 0 insertions, 1 deletions
@@ -1313,7 +1313,6 @@ typedef struct rb_parser_config_struct {
/* Eval */
VALUE (*errinfo)(void);
void (*set_errinfo)(VALUE err);
- void (*exc_raise)(VALUE mesg);
VALUE (*make_exception)(int argc, const VALUE *argv);
/* GC */