summaryrefslogtreecommitdiffstats
path: root/src/po-hash-gen.h
blob: 3d637224357d52ecb3312847a211b1d6646b65bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
typedef union
{
  char *string;
  size_t 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;