all repos — openbox @ bd05f7ec58f3e1f5839c372ad4fb007a8d8866f5

openbox fork - make it a bit more like ryudo

util/epist/yacc_parser.hh (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef BISON_YACC_PARSER_HH
# define BISON_YACC_PARSER_HH

# ifndef YYSTYPE
#  define YYSTYPE int
# endif
# define	OBRACE	257
# define	EBRACE	258
# define	SEMICOLON	259
# define	DASH	260
# define	NUMBER	261
# define	QUOTES	262
# define	WORD	263
# define	BINDING	264
# define	OPTIONS	265


extern YYSTYPE yylval;

#endif /* not BISON_YACC_PARSER_HH */