1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:11:03 +03:00

b2/lang.l: allow commas (,) in words

For 74AUP1G08GW,125
This commit is contained in:
Werner Almesberger 2012-05-23 23:25:33 -03:00
parent 7717e7fc3c
commit 5fb156ab93

View File

@ -121,7 +121,7 @@ static void process_bom_line(const char *s)
* ...% still as a single WORD.
*/
ID [-_A-Za-z0-9()+./]
ID [-_A-Za-z0-9()+./,]
PAT "\\"[^\t\n]|[^ \t\n\\]
%s ID PAT