]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/byacc/test/btyacc/code_calc.tab.h
Merge ^/vendor/llvm-libunwind/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / contrib / byacc / test / btyacc / code_calc.tab.h
1 #ifndef _calc__defines_h_
2 #define _calc__defines_h_
3
4 #define DIGIT 257
5 #define LETTER 258
6 #define UMINUS 259
7 #undef yytname
8 #define yytname yyname
9
10 #endif /* _calc__defines_h_ */