mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 09:09:01 -04:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
/* $NetBSD: err_syntax26.y,v 1.1.1.1 2015/01/03 22:58:23 christos Exp $ */
|
|
|
|
%{
|
|
int yylex(void);
|
|
static void yyerror(const char *);
|
|
%}
|
|
|
|
%type <tag2
|