mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove rb_exc_raise for Parser
This commit is contained in:
parent
db02a6b3ab
commit
ace39a3ed4
Notes:
git
2025-02-02 07:58:32 +00:00
3 changed files with 0 additions and 3 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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue