mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Statically allocate parser config
This commit is contained in:
parent
c3b2436154
commit
52d9e55903
7 changed files with 218 additions and 243 deletions
|
@ -12,7 +12,8 @@
|
|||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
#ifdef UNIVERSAL_PARSER
|
||||
void rb_parser_config_initialize(rb_parser_config_t *config);
|
||||
rb_parser_t *rb_parser_params_allocate(void);
|
||||
rb_parser_t *rb_parser_params_new(void);
|
||||
#endif
|
||||
VALUE rb_parser_set_context(VALUE, const struct rb_iseq_struct *, int);
|
||||
VALUE rb_parser_new(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue