Skip to content

Commit a8d6f6d

Browse files
authored
Merge pull request #4110 from cousteaulecommandant/patch-1
verilog.c: keyword "unsigned1" should be "unsigned", without the 1
2 parents 6bd3db9 + 684ec80 commit a8d6f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsers/verilog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static const struct keywordGroup verilogKeywords = {
324324
"scalared", "showcancelled", "signed", "small", "specify",
325325
"specparam", "strong0", "strong1", "supply0", "supply1", "table",
326326
"task", "time", "tran", "tranif0", "tranif1", "tri", "tri0", "tri1",
327-
"triand", "trior", "trireg", "unsigned1", "use", "uwire", "vectored",
327+
"triand", "trior", "trireg", "unsigned", "use", "uwire", "vectored",
328328
"wait", "wand", "weak0", "weak1", "while", "wire", "wor", "xnor", "xor",
329329
NULL
330330
},

0 commit comments

Comments
 (0)