1986-03-26 15:11:02 +00:00
|
|
|
/* S O M E G L O B A L V A R I A B L E S */
|
|
|
|
|
1986-04-25 10:14:08 +00:00
|
|
|
extern char options[]; /* indicating which options were given */
|
1986-04-03 17:41:26 +00:00
|
|
|
|
|
|
|
extern int DefinitionModule;
|
1986-04-25 10:14:08 +00:00
|
|
|
/* flag indicating that we are reading a definition
|
1986-04-03 17:41:26 +00:00
|
|
|
module
|
|
|
|
*/
|
|
|
|
|
1986-04-21 17:27:06 +00:00
|
|
|
extern struct def *Defined;
|
1986-04-25 10:14:08 +00:00
|
|
|
/* definition structure of module defined in this
|
1986-04-21 17:27:06 +00:00
|
|
|
compilation
|
|
|
|
*/
|
1986-04-25 10:14:08 +00:00
|
|
|
extern char *DEFPATH[]; /* search path for DEFINITION MODULE's */
|
1986-05-28 18:36:51 +00:00
|
|
|
extern int state; /* either IMPLEMENTATION or PROGRAM */
|