Commit cdde901
committed
toke.c: Avoid a loop iteration
By using the output of the first macro, and skipping ahead in the parse
string, we avoid reparsing the same bytes.1 parent 690e285 commit cdde901
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
712 | | - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
713 | 714 | | |
714 | 715 | | |
715 | 716 | | |
| |||
0 commit comments