10 lines
178 B
C
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;
|
|
};
|