449287a2a5
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
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
%{
|
|
#include "null_gram.h"
|
|
|
|
void null_error(const char *fmt, ...) {}
|
|
int yywrap(void) { return 0; }
|
|
%}
|
|
%option nounput
|
|
%option noinput
|
|
%%
|