9 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 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;
 |