ignore whitespace

This commit is contained in:
Josh Holtrop 2018-04-07 09:35:59 -04:00
parent c6f5200e69
commit 6422e8d145

View File

@ -139,5 +139,6 @@ sizeof return TOK_SIZEOF;
yylloc->last_line++; yylloc->last_line++;
yylloc->last_column = 0; yylloc->last_column = 0;
} }
[ \t\v] /* ignore whitespace */
%% %%