openbox/util/epist/yacc_parser.hh
Scott Moynes bd05f7ec58 uber patch.
Added configuration options.
Added workspace grid changing.
Added keychain timeouts.
Fixed some whitespace.
2002-08-21 00:27:16 +00:00

20 lines
352 B
C++

#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 */