freebsd-skq/contrib/amd/fsinfo/null_lex.l
cy ec84251864 MFV r305100: Update amd from am-utils 6.1.5 to 6.2.
Used extensively on my network over the past month.

Reviewed by:	pfg, brooks
Suggested by:	pfg
Obtained from:	ftp://ftp.am-utils.org/pub/am-utils/
MFC after:	6 weeks
Relnotes:	yes
Differential Revision:	D8405
2016-11-11 02:42:53 +00:00

10 lines
137 B
Plaintext

%{
#include "null_gram.h"
void null_error(const char *fmt, ...) {}
int yywrap(void) { return 0; }
%}
%option nounput
%option noinput
%%