9 lines
186 B
C
9 lines
186 B
C
|
/* S O M E G L O B A L V A R I A B L E S */
|
||
|
|
||
|
/* $Header$ */
|
||
|
|
||
|
extern int
|
||
|
state; /* Indicates what we are compiling: A DEFINITION,
|
||
|
an IMPLEMENTATION, or a PROGRAM module
|
||
|
*/
|