xref: /freebsd/contrib/byacc/test/btyacc/calc_code_top.tab.h (revision 9729f076e4d93c5a37e78d427bfe0f1ab99bbcc6)
1 #ifndef _calc_code_top__defines_h_
2 #define _calc_code_top__defines_h_
3 
4 #define DIGIT 257
5 #define LETTER 258
6 #define UMINUS 259
7 
8 #endif /* _calc_code_top__defines_h_ */
9