File: err_syntax26.y

package info (click to toggle)
byacc 20140715-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 5,236 kB
  • sloc: ansic: 71,912; yacc: 4,322; sh: 3,394; makefile: 249
file content (6 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
%{
int yylex(void);
static void yyerror(const char *);
%}

%type <tag2