ack/lang/m2/comp/tokenname.h

8 lines
150 B
C
Raw Normal View History

1986-03-20 14:52:03 +00:00
/* $Header$ */
struct tokenname { /* Used for defining the name of a
token as identified by its symbol
*/
int tn_symbol;
char *tn_name;
};