]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/byacc/test/quote_calc2-s.tab.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / byacc / test / quote_calc2-s.tab.h
1 #define OP_ADD 257
2 #define OP_SUB 259
3 #define OP_MUL 261
4 #define OP_DIV 263
5 #define OP_MOD 265
6 #define OP_AND 267
7 #define DIGIT 269
8 #define LETTER 270
9 #define UMINUS 271