Fixed unrecognised lexing statement error
This commit is contained in:
parent
0968d8605b
commit
642a74eaf2
1 changed files with 3 additions and 3 deletions
|
@ -200,11 +200,11 @@ endOfSection {space}")"{space}
|
|||
%}
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------- *\
|
||||
/* ------------------------------------------------------------------------ *\
|
||||
------ Start Lexing ------
|
||||
\* ------------------------------------------------------------------------- */
|
||||
\* ------------------------------------------------------------------------ */
|
||||
|
||||
/* ------ Reading control header ------ */
|
||||
/* ------ Reading control header ------ */
|
||||
|
||||
{comment} {
|
||||
yy_push_state(readComment);
|
||||
|
|
Reference in a new issue