Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / comp / main.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  *
5  * Author: Ceriel J.H. Jacobs
6  */
7
8 /* S O M E   G L O B A L   V A R I A B L E S */
9
10 /* $Id: main.h,v 1.9 1994/06/24 12:41:30 ceriel Exp $ */
11
12 extern char options[];  /* indicating which options were given */
13
14 extern int DefinitionModule;
15                         /* flag indicating that we are reading a definition
16                            module
17                         */
18
19 extern struct def *Defined;
20                         /* definition structure of module defined in this
21                            compilation
22                         */
23 extern char **DEFPATH;  /* search path for DEFINITION MODULE's */
24 extern int mDEF, nDEF;
25 extern int state;       /* either IMPLEMENTATION or PROGRAM */