summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/sel-gram.h
blob: aa9642795dc5658c8f94b24a1d5d97d255d36da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define kw_TRUE 257
#define kw_FALSE 258
#define kw_AND 259
#define kw_OR 260
#define kw_IN 261
#define kw_TAILMATCH 262
#define NUMBER 263
#define STRING 264
#define IDENTIFIER 265
typedef union {
    char *string;
    struct hx_expr *expr;
} YYSTYPE;
extern YYSTYPE yylval;