Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / fsinfo / null_lex.l
blobeecece29b92bedb11e7f7ada492d86e873aafee6
1 /*      $NetBSD$        */
3 %{
4 #include "null_gram.h"
6 void yyerror(const char *fmt, ...) {}
7 int yywrap(void) { return 0; }
8 %}
9 %%