Home | History | Annotate | Line # | Download | only in btyacc
      1  1.1.1.3  christos /*	$NetBSD: pure_calc.tab.h,v 1.1.1.3 2016/01/09 21:59:47 christos Exp $	*/
      2  1.1.1.3  christos 
      3      1.1  christos #ifndef _calc__defines_h_
      4      1.1  christos #define _calc__defines_h_
      5      1.1  christos 
      6      1.1  christos #define DIGIT 257
      7      1.1  christos #define LETTER 258
      8      1.1  christos #define UMINUS 259
      9      1.1  christos 
     10      1.1  christos #endif /* _calc__defines_h_ */
     11