'.' is a valid char of tIDENT.

oldstable
Jacek Caban 2005-06-30 18:09:39 +00:00 committed by Alexandre Julliard
parent 0f150ad86d
commit 6580ae03ed
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ static struct keyword *iskeyword(char *kw)
* and *only* in a filename. In this case, the second
* rule will be reduced because it is longer.
*/
[A-Za-z_0-9]+ {
[A-Za-z_0-9.]+ {
struct keyword *tok = iskeyword(yytext);
if(tok)