repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
bsd
/
am-utils
/
dist
/
fsinfo
/
null_lex.l
blob
eecece29b92bedb11e7f7ada492d86e873aafee6
1
/* $NetBSD$ */
2
3
%{
4
#include "null_gram.h"
5
6
void yyerror(const char *fmt, ...) {}
7
int yywrap(void) { return 0; }
8
%}
9
%%