freebsd-nq/contrib/byacc/test/btyacc/pure_calc.tab.h

9 lines
141 B
C
Raw Normal View History

2014-04-22 22:11:22 +00:00
#ifndef _calc__defines_h_
#define _calc__defines_h_
#define DIGIT 257
#define LETTER 258
#define UMINUS 259
#endif /* _calc__defines_h_ */