xref: /freebsd/contrib/byacc/test/btyacc/defines2.calc.h (revision a3c858005cae175e277f6f6735ca9eaea7eaf3c3)
1 #ifndef _yy_defines_h_
2 #define _yy_defines_h_
3 
4 #define DIGIT 257
5 #define LETTER 258
6 #define UMINUS 259
7 
8 #endif /* _yy_defines_h_ */
9