Fixed unrecognised lexing statement error

This commit is contained in:
Hrvoje Jasak 2012-10-26 09:48:32 +01:00
parent 0968d8605b
commit 642a74eaf2

View file

@ -200,11 +200,11 @@ endOfSection {space}")"{space}
%} %}
/* ------------------------------------------------------------------------- *\ /* ------------------------------------------------------------------------ *\
------ Start Lexing ------ ------ Start Lexing ------
\* ------------------------------------------------------------------------- */ \* ------------------------------------------------------------------------ */
/* ------ Reading control header ------ */ /* ------ Reading control header ------ */
{comment} { {comment} {
yy_push_state(readComment); yy_push_state(readComment);