xref
: /
freebsd
/
contrib
/
byacc
/
test
/
err_syntax26.y
(revision 2008043f386721d58158e37e0d7e50df8095942d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%{
2
int
yylex
(
void
);
3
static
void
yyerror
(
const
char
*);
4
%}
5
6
%
type
<
tag2
7