ack/lang/cem/cemcom/tokenname.h
1986-03-10 13:07:55 +00:00

10 lines
178 B
C

/* $Header$ */
/* TOKENNAME DEFINITION */
struct tokenname { /* Used for defining the name of a
token as identified by its symbol
*/
int tn_symbol;
char *tn_name;
};