openbox/util/epist/yacc_parser.hh

18 lines
275 B
C++
Raw Normal View History

#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
#define TRUE 266
#define FALSE 267
2002-08-08 21:10:52 +00:00
extern YYSTYPE yylval;