repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
byacc
/
dist
/
test
/
quote_calc2.tab.h
blob
9553e1ee8086b30f284e9673ef74bc477f2567fc
1
/* $NetBSD: quote_calc2.tab.h,v 1.1.1.1 2013/04/06 14:45:28 christos Exp $ */
2
3
#define OP_ADD 257
4
#define ADD 258
5
#define OP_SUB 259
6
#define SUB 260
7
#define OP_MUL 261
8
#define MUL 262
9
#define OP_DIV 263
10
#define DIV 264
11
#define OP_MOD 265
12
#define MOD 266
13
#define OP_AND 267
14
#define AND 268
15
#define DIGIT 269
16
#define LETTER 270
17
#define UMINUS 271