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

020756fb11
This commit is contained in:
Kevin Newton 2024-03-28 10:30:52 -04:00
parent f7c5e11d89
commit 35ff302893

View file

@ -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);