1987-04-29 10:22:07 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*
|
|
|
|
* Author: Ceriel J.H. Jacobs
|
|
|
|
*/
|
|
|
|
|
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 */
|
|
|
|
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1987-04-29 10:22:07 +00:00
|
|
|
|
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
|
|
|
|
*/
|
1987-05-11 14:38:37 +00:00
|
|
|
extern char **DEFPATH; /* search path for DEFINITION MODULE's */
|
|
|
|
extern int mDEF, nDEF;
|
1986-05-28 18:36:51 +00:00
|
|
|
extern int state; /* either IMPLEMENTATION or PROGRAM */
|