ack/lang/m2/comp/tokenname.h
1986-03-20 14:52:03 +00:00

7 lines
150 B
C

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