ack/modules/src/read_em/EM_vars.c
1994-06-24 11:31:16 +00:00

16 lines
401 B
C

/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
/* Variables must be declared somewhere ... */
#include <em_arith.h>
char *EM_error = 0;
char *EM_filename = 0;
unsigned int EM_lineno = 0;
int EM_wordsize = 0, EM_pointersize = 0;
arith EM_holsize = 0;
int EM_holinit = 0;