6 lines
133 B
C
6 lines
133 B
C
|
/* $NetBSD: pure_calc.tab.h,v 1.1.1.3 2011/09/10 21:22:04 christos Exp $ */
|
||
|
|
||
|
#define DIGIT 257
|
||
|
#define LETTER 258
|
||
|
#define UMINUS 259
|