summaryrefslogtreecommitdiff
path: root/prism/prism.c
diff options
context:
space:
mode:
-rw-r--r--prism/prism.c2
1 files changed, 1 insertions, 1 deletions
@@ -22492,7 +22492,7 @@ pm_parser_init(pm_parser_t *parser, const uint8_t *source, size_t size, const pm
// Scopes given from the outside are not allowed to have numbered
// parameters.
- parser->current_scope->parameters |= PM_SCOPE_PARAMETERS_IMPLICIT_DISALLOWED;
for (size_t local_index = 0; local_index < scope->locals_count; local_index++) {
const pm_string_t *local = pm_options_scope_local_get(scope, local_index);