25 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | 
						|
 * See the copyright notice in the ACK home directory, in the file "Copyright".
 | 
						|
 */
 | 
						|
#define RCSID0 "$Header$"
 | 
						|
 | 
						|
/*
 | 
						|
 * VAX-11 machine dependent options
 | 
						|
 */
 | 
						|
 | 
						|
#define THREE_PASS
 | 
						|
#define LISTING
 | 
						|
#define RELOCATION
 | 
						|
 | 
						|
#undef valu_t
 | 
						|
#define valu_t long
 | 
						|
#undef word_t
 | 
						|
#define word_t long
 | 
						|
#undef addr_t
 | 
						|
#define addr_t long
 | 
						|
 | 
						|
#undef ALIGNWORD
 | 
						|
#define ALIGNWORD 4
 | 
						|
#undef ALIGNSECT
 | 
						|
#define ALIGNSECT 4
 |