mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
7574e36e95
Fixed some rare cases when a single file-scope error could get reapeated endlessly until the maximum total count of errors allowed is reached.
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
bug1889-missing-identifier.c:3: Error: Identifier expected
|
|
bug1889-missing-identifier.c:3: Error: ';' expected
|
|
bug1889-missing-identifier.c:4: Error: Identifier expected
|