Commit 913901e
H. Peter Anvin
preproc: skip invalid advance in %substr
%substr contained a token skip to "skip expanded ID", which is
incorrect, as that has already been skipped at that point. It worked
anyway, accidentally, as this token would always be a whitespace token
-- but we then do skip_white() immediately thereafter.
Delete this to allow this code to be factored.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>1 parent 57fbd34 commit 913901e
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4780 | 4780 | | |
4781 | 4781 | | |
4782 | 4782 | | |
4783 | | - | |
4784 | | - | |
4785 | | - | |
4786 | | - | |
| 4783 | + | |
4787 | 4784 | | |
4788 | 4785 | | |
4789 | 4786 | | |
| |||
0 commit comments