Pristine Ack-5.5
[Ack-5.5.git] / mach / proto / ncg / var.c
1 #ifndef NORCSID
2 static char rcsid[] = "$Id: var.c,v 0.3 1994/06/24 13:28:27 ceriel Exp $";
3 #endif
4
5 #include "param.h"
6 #include "tables.h"
7 #include "types.h"
8 #include <cgg_cg.h>
9 #include "data.h"
10 #include "result.h"
11
12 /*
13  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
14  * See the copyright notice in the ACK home directory, in the file "Copyright".
15  *
16  * Author: Hans van Staveren
17  */
18
19 int stackheight = 0;
20 token_t fakestack[MAXFSTACK];
21 int nallreg = 0;
22 int allreg[MAXALLREG];
23 token_p curtoken = (token_p) 0;
24 result_t dollar[LONGESTPATTERN];
25 int nemlines =0;
26 struct emline emlines[MAXEMLINES];
27 struct emline *emp=emlines;
28 struct emline *saveemp;
29 int tokpatlen;
30 rl_p curreglist;