tokenname.h 147 B

12345678
  1. /* $Id$ */
  2. struct tokenname { /* Used for defining the name of a
  3. token as identified by its symbol
  4. */
  5. int tn_symbol;
  6. char *tn_name;
  7. };