Skip to content

Commit 020756f

Browse files
committed
Various cleanup with new -x option
1 parent 2068e3c commit 020756f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

include/prism/util/pm_newline_list.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ bool pm_newline_list_init(pm_newline_list_t *list, const uint8_t *start, size_t
6363

6464
/**
6565
* Clear out the newlines that have been appended to the list.
66+
*
67+
* @param list The list to clear.
6668
*/
6769
void
6870
pm_newline_list_clear(pm_newline_list_t *list);

rakelib/lex.rake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ TARGETS = {
8686
ruby: {
8787
repo: "https://github.com/ruby/ruby",
8888
sha: "52837fcec2340048f9bdc2169cde17243c5e9d6d",
89-
excludes: ["spec/ruby/command_line/fixtures/bad_syntax.rb"]
89+
excludes: [
90+
"spec/ruby/command_line/fixtures/bad_syntax.rb",
91+
"tool/merger.rb"
92+
]
9093
},
9194
discourse: {
9295
repo: "https://github.com/discourse/discourse",

0 commit comments

Comments
 (0)