mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Statically allocate parser config
This commit is contained in:
parent
c3b2436154
commit
52d9e55903
7 changed files with 218 additions and 243 deletions
|
@ -326,8 +326,8 @@ struct rb_imemo_tmpbuf_struct {
|
|||
#define Qfalse p->config->qfalse
|
||||
#undef Qundef
|
||||
#define Qundef p->config->qundef
|
||||
#define rb_eArgError p->config->eArgError
|
||||
#define rb_mRubyVMFrozenCore p->config->mRubyVMFrozenCore
|
||||
#define rb_eArgError p->config->eArgError()
|
||||
#define rb_mRubyVMFrozenCore p->config->mRubyVMFrozenCore()
|
||||
#undef rb_long2int
|
||||
#define rb_long2int p->config->long2int
|
||||
#undef SPECIAL_CONST_P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue