Skip to content

Commit cb3e69c

Browse files
committed
Drop negative symbol from DIGITS
1 parent 464e6bb commit cb3e69c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

riscv-c-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ ARCH-ATTR := 'arch=' EXTENSIONS
313313

314314
PRIORITY-ATTR := 'priority=' DIGITS
315315

316-
DIGITS := '-' [0-9]+
317-
| [0-9]+
316+
DIGITS := [0-9]+
318317

319318
EXTENSIONS := <EXTENSION> ',' <EXTENSIONS>
320319
| <EXTENSION>

0 commit comments

Comments
 (0)