null_lex.l revision 1.1.1.1.4.2
1/*	$NetBSD: null_lex.l,v 1.1.1.1.4.2 2008/10/19 22:39:40 haad Exp $	*/
2
3%{
4#include "null_gram.h"
5
6void yyerror(const char *fmt, ...) {}
7int yywrap(void) { return 0; }
8%}
9%%
10