5 lines
128 B
C
5 lines
128 B
C
/* $NetBSD: calc.tab.h,v 1.1.1.3 2011/09/10 21:22:06 christos Exp $ */
|
|
|
|
#define DIGIT 257
|
|
#define LETTER 258
|
|
#define UMINUS 259
|