modifier parsing.

This commit is contained in:
Kelvin Sherlock 2019-04-14 18:30:19 -04:00
parent 860d8601a3
commit 79df8bf62e

View File

@ -430,6 +430,7 @@ static const char *parse_expr(const char *cp, struct cookie *cookie) {
case '>': ++cp; cookie->size = 3; break;
case '<': ++cp; cookie->size = 1; break;
}
YYCURSOR = cp;
/*!re2c
* { return NULL; }