summaryrefslogtreecommitdiffstats
path: root/src/po-hash-gen.h
blob: a4dc2f9fa1e6301aa6fb9cd33e5fffa3a3a18520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
typedef union
{
  char *string;
  int number;
} YYSTYPE;
#define	STRING	257
#define	NUMBER	258
#define	COLON	259
#define	COMMA	260
#define	FILE_KEYWORD	261
#define	LINE_KEYWORD	262
#define	NUMBER_KEYWORD	263


extern YYSTYPE yylval;