ack/lang/occam/comp/sizes.h
1987-03-10 11:49:39 +00:00

10 lines
326 B
C

/* $Header$ */
/*
* (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;