summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/btyacc/quote_calc3-s.tab.h
blob: 022d59c6782f5d11eaf12865b8b8d2384b9a2322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _quote_calc3__defines_h_
#define _quote_calc3__defines_h_

#define OP_ADD 257
#define OP_SUB 259
#define OP_MUL 261
#define OP_DIV 263
#define OP_MOD 265
#define OP_AND 267
#define DIGIT 269
#define LETTER 270
#define UMINUS 271

#endif /* _quote_calc3__defines_h_ */
OpenPOWER on IntegriCloud