Date:2012-05-24 04:25:33 (11 years 10 months ago)
Author:Werner Almesberger
Commit:5fb156ab93eff39ce9264b844d42e2a34e81cbdf
Message:b2/lang.l: allow commas (,) in words

For 74AUP1G08GW,125
Files: b2/lang.l (1 diff)

Change Details

b2/lang.l
121121 * ...% still as a single WORD.
122122 */
123123
124ID [-_A-Za-z0-9()+./]
124ID [-_A-Za-z0-9()+./,]
125125PAT "\\"[^\t\n]|[^ \t\n\\]
126126
127127%s ID PAT

Archive Download the corresponding diff file

Branches:
master



interactive