summaryrefslogtreecommitdiff
path: root/prism/prism.c
diff options
context:
space:
mode:
Diffstat (limited to 'prism/prism.c')
-rw-r--r--prism/prism.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/prism.c b/prism/prism.c
index b988b6b7fe..87479ab283 100644
--- a/prism/prism.c
+++ b/prism/prism.c
@@ -15701,7 +15701,7 @@ pm_parser_init(pm_parser_t *parser, const uint8_t *source, size_t size, const ch
.lex_callback = NULL,
.filepath_string = filepath_string,
.constant_pool = PM_CONSTANT_POOL_EMPTY,
- .newline_list = PM_NEWLINE_LIST_EMPTY,
+ .newline_list = { 0 },
.integer_base = 0,
.current_string = PM_STRING_EMPTY,
.command_start = true,