[PRISM] Initialize keyword to silence warning

This commit is contained in:
Jemma Issroff 2023-11-13 13:36:21 -08:00 коммит произвёл Kevin Newton
Родитель c552a5f7b0
Коммит 775ed27d6d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3275,7 +3275,7 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
pm_node_list_t *posts_list = NULL;
pm_node_list_t *requireds_list = NULL;
struct rb_iseq_param_keyword *keyword;
struct rb_iseq_param_keyword *keyword = NULL;
struct rb_iseq_constant_body *body = ISEQ_BODY(iseq);