tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / byacc / dist / test / quote_calc3.tab.h
blob4ea18ef6ef5c6c102cbd27a8066bdc708e128f66
1 /* $NetBSD: quote_calc3.tab.h,v 1.1.1.1 2013/04/06 14:45:30 christos Exp $ */
3 #define OP_ADD 257
4 #define OP_SUB 259
5 #define OP_MUL 261
6 #define OP_DIV 263
7 #define OP_MOD 265
8 #define OP_AND 267
9 #define DIGIT 269
10 #define LETTER 270
11 #define UMINUS 271