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