15 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			344 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".
 | |
|  */
 | |
| 
 | |
| /*  S H A R E D
 | |
|  *
 | |
|  *  I N I T _ G L O B L S
 | |
|  *
 | |
|  */
 | |
| 
 | |
| extern init_globals();		 /* Assign a 'global variable number (o_globnr)
 | |
| 				  * to every global variable.
 | |
| 				  */
 |