libdtrace: Fix line number reporting in error messages

MFC after:	1 week
This commit is contained in:
Mark Johnston 2023-12-31 12:37:06 -05:00
parent e1f336704d
commit ad3174ecea

View file

@ -97,6 +97,8 @@ static void unput(int);
*/
%}
%option yylineno
%e 1500 /* maximum nodes */
%p 4900 /* maximum positions */
%n 600 /* maximum states */