mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add errno_ptr property for Universal Parser
This commit is contained in:
parent
02973b78f4
commit
4374236e95
3 changed files with 10 additions and 0 deletions
|
@ -331,6 +331,8 @@ struct rb_imemo_tmpbuf_struct {
|
|||
#define rb_fatal p->config->fatal
|
||||
#undef ruby_verbose
|
||||
#define ruby_verbose p->config->verbose()
|
||||
#undef errno
|
||||
#define errno (*p->config->errno_ptr())
|
||||
|
||||
#define rb_make_backtrace p->config->make_backtrace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue