449287a2a5
Used extensively on my network over the past month. Reviewed by: pfg, brooks Suggested by: pfg Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ MFC after: 6 weeks Relnotes: yes Differential Revision: D8405
9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
%{
|
|
void yyerror(const char *fmt, ...);
|
|
extern int yylex(void);
|
|
%}
|
|
|
|
%%
|
|
|
|
token:
|