Pristine Ack-5.5
[Ack-5.5.git] / util / grind / tokenname.h
1 /* $Id: tokenname.h,v 1.3 1994/06/24 11:01:29 ceriel Exp $ */
2
3 struct tokenname        {       /*      Used for defining the name of a
4                                         token as identified by its symbol
5                                 */
6         int tn_symbol;
7         char *tn_name;
8 };