xref
: /
freebsd
/
contrib
/
byacc
/
test
/
err_syntax26.y
(revision 264104f26834fdb27974e0c5fdedf8f2f5a90383)
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