Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/byacc/test/btyacc/calc_code_all.tab.h
48083 views
1
#ifndef _calc_code_all__defines_h_
2
#define _calc_code_all__defines_h_
3
4
/* %code "requires" block start */
5
#line 3 "calc_code_all.y"
6
/* CODE-REQUIRES */
7
/* %code "requires" block end */
8
#define DIGIT 257
9
#define LETTER 258
10
#define UMINUS 259
11
/* %code "provides" block start */
12
#line 4 "calc_code_all.y"
13
/* CODE-PROVIDES */
14
#line 6 "calc_code_all.y"
15
/* CODE-PROVIDES2 */
16
/* %code "provides" block end */
17
18
#endif /* _calc_code_all__defines_h_ */
19
20