1 %{ 2 #include "null_gram.h" 3 null_error(const char * fmt,...)4 void null_error(const char *fmt, ...) {} yywrap(void)5 int yywrap(void) { return 0; } 6 %} 7 %option nounput 8 %option noinput 9 %% 10