fixed comment typ in lexer
This commit is contained in:
parent
b0ecb5d459
commit
376837d37c
|
@ -6,8 +6,8 @@
|
||||||
int yylex();
|
int yylex();
|
||||||
%}
|
%}
|
||||||
|
|
||||||
// disable the following functions
|
/* disable the following functions */
|
||||||
// to avoid failing code check
|
/* to avoid failing code check */
|
||||||
%option nounput
|
%option nounput
|
||||||
%option noinput
|
%option noinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue