エラーが発生した行番号を出力するにはどうすればよいですか。関数で使用yylineno
してファイルに書き込もうとしましたが、コンパイル後にエラー " " が表示され、1 として初期化すると次のエラーが表示されます。yyerror()
%option yylineno
.l
yylineno undeclared (first use in this function)
yylineno
error: redefinition of yylineno
lex.yy.c:273: note: previous definition of yylineno was here