Pristine Ack-5.5
[Ack-5.5.git] / util / ego / share / global.c
1 /* $Id: global.c,v 1.4 1994/06/24 10:29:59 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 /* S H A R E D   F I L E
7  *
8  * G L O B A L . C 
9  */
10
11 #include "types.h"
12
13 int ps = 0;
14 int ws = 0;
15
16 proc_p          curproc;        /* current procedure */
17
18 char            *filename;      /* name of current input file */
19
20 lset            mesregs;        /* set of MES ms_reg pseudos */
21
22 short           time_space_ratio = 50;
23                                 /* 0   if optimizing for space only,
24                                  * 100 if optimizing for time only,
25                                  * else something 'in between'.
26                                  */