]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/fsinfo/null_lex.l
MFV r337200:
[FreeBSD/FreeBSD.git] / contrib / amd / fsinfo / null_lex.l
1 %{
2 #include "null_gram.h"
3
4 void null_error(const char *fmt, ...) {}
5 int yywrap(void) { return 0; }
6 %}
7 %option nounput
8 %option noinput
9 %%