Pristine Ack-5.5
[Ack-5.5.git] / lang / occam / comp / sizes.h
1 /* $Id: sizes.h,v 1.5 1994/06/24 12:27:19 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 /* Variable size, wordsize, pointer size.  Offsets for local variables. */
7
8 extern int wz, pz, vz;
9 extern int curr_level, curr_offset, min_offset;