Pristine Ack-5.5
[Ack-5.5.git] / lang / occam / comp / token.h
1 /* $Id: token.h,v 1.5 1994/06/24 12:27:28 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 /*      token.h         */
7
8 extern struct token {
9         long    t_lval;
10         char    *t_sval;
11 } token;
12
13 extern ind;
14 void repeat_token();
15 char *tokenname();
16 int tabulated();