Skip to content

Commit

Permalink
Remove superfluous definitions from scanners.re.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 2, 2024
1 parent d8de8c7 commit 53c47ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scanners.re
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ bufsize_t _scan_at(bufsize_t (*scanner)(const unsigned char *), cmark_chunk *c,
re2c:define:YYCTXMARKER = marker;
re2c:yyfill:enable = 0;
wordchar = [^\x00-\x20];
spacechar = [ \t\v\f\r\n];
reg_char = [^\\()\x00-\x20];
Expand Down

0 comments on commit 53c47ed

Please sign in to comment.