10 lines
326 B
C
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;
|