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_calc4-s.tab.h
blob
882aeed5bd09cd4940b90f5bb1c54f1862325f37
1
/* $NetBSD: quote_calc4-s.tab.h,v 1.1.1.1 2013/04/06 14:45:29 christos Exp $ */
2
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