xref: /netbsd-src/external/bsd/byacc/dist/test/btyacc/calc_code_all.tab.h (revision 297954931ad0d67561c9ad372cf647561d24aabf)
1 /*	$NetBSD: calc_code_all.tab.h,v 1.1.1.1 2021/02/20 20:30:13 christos Exp $	*/
2 
3 #ifndef _calc_code_all__defines_h_
4 #define _calc_code_all__defines_h_
5 
6 /* %code "requires" block start */
7 #line 3 "calc_code_all.y"
8 /* CODE-REQUIRES */
9 /* %code "requires" block end */
10 #define DIGIT 257
11 #define LETTER 258
12 #define UMINUS 259
13 /* %code "provides" block start */
14 #line 4 "calc_code_all.y"
15 /* CODE-PROVIDES */
16 #line 6 "calc_code_all.y"
17 /* CODE-PROVIDES2 */
18 /* %code "provides" block end */
19 
20 #endif /* _calc_code_all__defines_h_ */
21