[ruby/prism] Various cleanup with new -x option

https://github.com/ruby/prism/commit/020756fb11
This commit is contained in:
Kevin Newton 2024-03-28 10:30:52 -04:00
Родитель f7c5e11d89
Коммит 35ff302893
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -63,6 +63,8 @@ bool pm_newline_list_init(pm_newline_list_t *list, const uint8_t *start, size_t
/**
* Clear out the newlines that have been appended to the list.
*
* @param list The list to clear.
*/
void
pm_newline_list_clear(pm_newline_list_t *list);