ack/lang/occam/comp/sizes.h
1994-06-24 14:02:31 +00:00

10 lines
322 B
C

/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* Variable size, wordsize, pointer size. Offsets for local variables. */
extern int wz, pz, vz;
extern int curr_level, curr_offset, min_offset;