From 223e9fcb275379c7b397b56f5b32efa616b0f7e7 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Thu, 28 Sep 2023 14:51:19 -0400 Subject: [ruby/prism] Self should not be marked as static literal https://github.com/ruby/prism/commit/81265ed8a7 --- prism/prism.c | 1 - 1 file changed, 1 deletion(-) diff --git a/prism/prism.c b/prism/prism.c index 5e3e769775..f99fadf2d6 100644 --- a/prism/prism.c +++ b/prism/prism.c @@ -4112,7 +4112,6 @@ pm_self_node_create(pm_parser_t *parser, const pm_token_t *token) { *node = (pm_self_node_t) {{ .type = PM_SELF_NODE, - .flags = PM_NODE_FLAG_STATIC_LITERAL, .location = PM_LOCATION_TOKEN_VALUE(token) }}; -- cgit v1.2.3