16 lines
348 B
C
16 lines
348 B
C
/* $Header$ */
|
|
/*
|
|
* (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.
|
|
*/
|