Pristine Ack-5.5
[Ack-5.5.git] / util / topgen / token.h
1 /* $Id: token.h,v 1.4 1994/06/24 10:42:32 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /* t o k e n . h
7  *
8  * Contains the structure declaration for a token
9  */
10 struct token {
11         int     t_tokno;        /* token number */
12         char    t_attrib;       /* it's attribute (always a character) */
13 };
14
15 extern struct token dot;        /* current token */