Fixing typo in HEXDIGIT regex.

This commit is contained in:
Stefano Sanfilippo 2015-03-12 18:59:45 +01:00
parent 1ba0e79c01
commit 425dc1d9f4

View File

@ -40,7 +40,7 @@ bool in(const char *sub, const std::string &str) {
%option yyclass="Scanner"
DIGIT [0-9]
HEXDIGIT [0-9a-zA-Z]
HEXDIGIT [0-9a-fA-F]
CHAR [a-zA-Z_]
%x shift