summaryrefslogtreecommitdiff
path: root/tools/m4/bootstrap/parser.h
blob: fc848d6ca616b4c260e32b5a67b0d53b7cfefa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define NUMBER 257
#define ERROR 258
#define LOR 259
#define LAND 260
#define EQ 261
#define NE 262
#define LE 263
#define GE 264
#define LSHIFT 265
#define RSHIFT 266
#define UMINUS 267
#define UPLUS 268