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