Pristine Ack-5.5
[Ack-5.5.git] / modules / src / read_em / EM_vars.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: EM_vars.c,v 1.7 1994/06/24 11:21:12 ceriel Exp $ */
6
7 /* Variables must be declared somewhere ... */
8
9 #include <em_arith.h>
10
11 char    *EM_error = 0;
12 char    *EM_filename = 0;
13 unsigned int EM_lineno = 0;
14 int     EM_wordsize = 0, EM_pointersize = 0;
15 arith   EM_holsize = 0;
16 int     EM_holinit = 0;