1*0a6a1f1dSLionel Sambuc /* $NetBSD: code_calc.tab.h,v 1.1.1.1 2015/01/03 22:58:24 christos Exp $ */ 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel Sambuc #define DIGIT 257 4*0a6a1f1dSLionel Sambuc #define LETTER 258 5*0a6a1f1dSLionel Sambuc #define UMINUS 259 6