fields must not start or end with '-'

This commit is contained in:
Dana Jansens 2003-03-26 08:43:38 +00:00
parent 0c69d23c24
commit d7b6c79c41

View file

@ -21,7 +21,7 @@ static void gotfield();
static void addbinding();
%}
field [-A-Za-z0-9]+
field [A-Za-z0-9][-A-Za-z0-9]*[^-]
sep [ \t]+
white [ \t]*