20 lines
		
	
	
	
		
			398 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			398 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".
 | 
						|
 */
 | 
						|
/*
 | 
						|
 *  C O M P A C T   A S S E M B L Y   L A N G U A G E   G E N E R A T I O N
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
 | 
						|
#define PF_SYMOUT 01
 | 
						|
#define DF_SYMOUT 01
 | 
						|
 | 
						|
extern dblock_p *dmap;
 | 
						|
 | 
						|
extern char **dnames;
 | 
						|
extern char **pnames;
 | 
						|
 | 
						|
extern byte em_flag[];
 |