summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/po-hash-gen.h
blob: 45e05e117844906b766a4c89471a45c02b23bcca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

#ifndef YYSTYPE
typedef union
{
  char *string;
  size_t number;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# 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;

#endif /* not BISON_Y_TAB_H */