summaryrefslogtreecommitdiff
path: root/internal/parse.h
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2024-04-07 19:18:09 +1200
committerGitHub <noreply@github.com>2024-04-07 19:18:09 +1200
commitdfa0897de89251a631a67460b941cd24a14c9b55 (patch)
tree24085e60ad77c13ca6fd0ba4903795704a4aea8d /internal/parse.h
parenteaa6e4b22862a31c9595d052f7c63ce997a95d68 (diff)
Enumerator should use a non-blocking fiber. (#10478)
Diffstat (limited to 'internal/parse.h')
-rw-r--r--internal/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/parse.h b/internal/parse.h
index 8e82c0f897..d7fc6ddad4 100644
--- a/internal/parse.h
+++ b/internal/parse.h
@@ -68,6 +68,7 @@ rb_parser_string_t *rb_str_to_parser_string(rb_parser_t *p, VALUE str);
void rb_parser_warn_duplicate_keys(struct parser_params *p, NODE *hash);
int rb_parser_dvar_defined_ref(struct parser_params*, ID, ID**);
ID rb_parser_internal_id(struct parser_params*);
+VALUE rb_parser_node_case_when_optimizable_literal(struct parser_params *p, const NODE *const node);
int rb_parser_reg_fragment_check(struct parser_params*, rb_parser_string_t*, int);
int rb_reg_named_capture_assign_iter_impl(struct parser_params *p, const char *s, long len, rb_encoding *enc, NODE **succ_block, const rb_code_location_t *loc);
int rb_parser_local_defined(struct parser_params *p, ID id, const struct rb_iseq_struct *iseq);