15 lines
		
	
	
	
		
			490 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			490 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".
 | 
						|
 */
 | 
						|
/* m i s c . h
 | 
						|
 *
 | 
						|
 * Some external declarations
 | 
						|
 */
 | 
						|
extern int countid;		/* # of variables */
 | 
						|
extern int countpat;		/* # of patterns */
 | 
						|
extern int lineno;		/* line number */
 | 
						|
extern FILE *genc, *genh;	/* Output files */
 | 
						|
extern char *inpfile;		/* input file name */
 | 
						|
extern char *linedir;		/* line directive format */
 |